Skip to content

Commit

Permalink
Revert "twine --skip-existing in publish workflow" (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul authored Sep 11, 2023
1 parent 3091996 commit 56d99c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
pip install build
python -m build
pip install twine
twine upload --skip-existing dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 56d99c7

Please sign in to comment.