Skip to content

Commit ffd8f47

Browse files
authored
Skip existing wheel while publishing (#125)
1 parent 20f31bd commit ffd8f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ jobs:
248248
env:
249249
TWINE_USERNAME: __token__
250250
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
251-
run: twine upload wheelhouse/xeus_python-*.whl
251+
run: twine upload --skip-existing wheelhouse/xeus_python-*.whl

0 commit comments

Comments
 (0)