Skip to content

Commit

Permalink
twine upload --skip-existing
Browse files Browse the repository at this point in the history
  • Loading branch information
toonijn committed Nov 24, 2021
1 parent 7a5f78b commit 9e870c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyslise_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ jobs:
twine check **/*.whl
- name: "Upload to pypi"
run: |
twine upload -u __token__ -p ${{ secrets.PYPI_TOKEN }} **/*.whl
twine upload --skip-existing -u __token__ -p ${{ secrets.PYPI_TOKEN }} **/*.whl

0 comments on commit 9e870c3

Please sign in to comment.