Skip to content

Commit

Permalink
Add --skip-existing opt to twine (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr authored Nov 4, 2024
1 parent 107a5ac commit 2c6d45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wheel:

publish_repository ?= testpypi # Set to pypi to publish as production
publish: sdist wheel
twine upload --verbose --repository $(publish_repository) dist/*
twine upload --skip-existing --verbose --repository $(publish_repository) dist/*

# Do not add to devdependencies because different platforms install
# different packages
Expand Down

0 comments on commit 2c6d45a

Please sign in to comment.