Skip to content

Commit

Permalink
Pass skip-existing to twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilczynski committed Oct 7, 2020
1 parent 9638c46 commit 1b2cf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --skip-existing dist/*
homebrew:
needs: deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b2cf58

Please sign in to comment.