Skip to content

Commit

Permalink
MAINT skip-existing in testpypi publishing (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Jan 14, 2025
1 parent 4dd0948 commit e3f213a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
# skip-existing is required for .dev0 versions with fixed names but
# different contents. See also: https://github.com/pypa/flit/issues/257
skip-existing: true
repository-url: https://test.pypi.org/legacy/

0 comments on commit e3f213a

Please sign in to comment.