Skip to content

Allow the user to set --skip-existing with Twine #35

Answered by webknjaz
di asked this question in Q&A
Discussion options

di
Jun 25, 2020
Maintainer Sponsor

You must be logged in to vote

https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates

Added 00ef3b8 6 days ago and today I realized that for my use-case I can set up GHA workflow better so that there's no race conditions.

FWIW

   with:
     skip_existing: true

P.S. I don't recommend running this action from multiple jobs in the same workflow matrix. There's usually a better way to synchronize things like use artifacts upload/download and publish them all together.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by webknjaz
Comment options

di
Jun 25, 2020
Maintainer Author Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #35 on September 16, 2020 16:14.