Skip to content

Commit e3f213a

Browse files
authored
MAINT skip-existing in testpypi publishing (#552)
1 parent 4dd0948 commit e3f213a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,7 @@ jobs:
119119
uses: pypa/gh-action-pypi-publish@release/v1
120120
with:
121121
verbose: true
122+
# skip-existing is required for .dev0 versions with fixed names but
123+
# different contents. See also: https://github.com/pypa/flit/issues/257
124+
skip-existing: true
122125
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)