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 611bb44 commit 1a5e9f4Copy full SHA for 1a5e9f4
.github/workflows/wheels.yml
@@ -158,7 +158,7 @@ jobs:
158
- uses: pypa/gh-action-pypi-publish@release/v1
159
with:
160
# PyPI does not allow replacing a file. Without this flag the entire action fails if even a single duplicate exists.
161
- skip_existing: true
+ skip-existing: true
162
verbose: true
163
# Real PyPI:
164
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments