Skip to content

Commit

Permalink
skip existing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiehkl committed Sep 20, 2023
1 parent 76a3571 commit a4f30b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
pip install -r requirements.txt
python3 -m build --no-isolation
echo "Build successfull, uploading now..."
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_DB_ROCKET"
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_DB_ROCKET" --skip-existing
echo "Upload successfull!"

0 comments on commit a4f30b3

Please sign in to comment.