Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: skip existing wheel uploads to twine
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Nov 22, 2021
1 parent 25e05ab commit b71774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/*
run: twine upload --skip-existing dist/*

AppImage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b71774f

Please sign in to comment.