Skip to content

Commit

Permalink
Merge pull request #60 from getyourguide/add-twine
Browse files Browse the repository at this point in the history
add twine
  • Loading branch information
hsiehkl authored Sep 20, 2023
2 parents 34c1302 + 044d617 commit 80bbb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -17,5 +17,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!"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ poetry
mypy
SecretStorage
readme-renderer
twine

0 comments on commit 80bbb76

Please sign in to comment.