We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd0948 commit e3f213aCopy full SHA for e3f213a
.github/workflows/publish_to_pypi.yml
@@ -119,4 +119,7 @@ jobs:
119
uses: pypa/gh-action-pypi-publish@release/v1
120
with:
121
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
125
repository-url: https://test.pypi.org/legacy/
0 commit comments