Skip to content

Commit

Permalink
allow replacing existing upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiong2902 committed Dec 22, 2023
1 parent 36b096e commit 1f8c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: pip install .
- run: python setup.py sdist
- run: twine check dist/*
- run: twine upload dist/*
- run: twine upload --skip-existing dist/*
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit 1f8c948

Please sign in to comment.