mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
Overwrite existing distributions when uploading to test PyPI. (#12658)
This commit is contained in:
parent
da94c750c5
commit
360cff81a3
5
.github/workflows/_release.yml
vendored
5
.github/workflows/_release.yml
vendored
@ -89,6 +89,11 @@ jobs:
|
||||
print-hash: true
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
|
||||
# We overwrite any existing distributions with the same name and version.
|
||||
# This is *only for CI use* and is *extremely dangerous* otherwise!
|
||||
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
|
||||
skip-existing: true
|
||||
|
||||
pre-release-checks:
|
||||
needs:
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user