Skip to content

Commit 1a5e9f4

Browse files
authored
s/skip_existing/skip-existing/g (#77)
1 parent 611bb44 commit 1a5e9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- uses: pypa/gh-action-pypi-publish@release/v1
159159
with:
160160
# PyPI does not allow replacing a file. Without this flag the entire action fails if even a single duplicate exists.
161-
skip_existing: true
161+
skip-existing: true
162162
verbose: true
163163
# Real PyPI:
164164
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)