Skip to content

Commit 7bd84e7

Browse files
author
Toni Reina
authored
Add skip-existing option when uploading python pkg (#136)
In case the release workflow fails for something else (e,g. releasing npm package), with this change the upload process doesn't fail if the python package has been already uploaded.
1 parent 8f74b16 commit 7bd84e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uv build
5252
uv run twine upload \
5353
--repository-url https://us-python.pkg.dev/qdrant-cloud/python/ \
54+
--skip-existing \
5455
--username oauth2accesstoken \
5556
--password "$(gcloud auth print-access-token)" \
5657
dist/*

0 commit comments

Comments
 (0)