Skip to content

Commit

Permalink
Update publish_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiehkl authored Sep 13, 2023
1 parent d0b5625 commit 357bd9a
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 @@ -18,4 +18,4 @@ jobs:
poetry config virtualenvs.create false
poetry build
echo "Publishing now..."
poetry publish -u "__token__" --password $PYPI_DB_ROCKET || true
poetry publish -u "__token__" --password "$PYPI_DB_ROCKET" || true

0 comments on commit 357bd9a

Please sign in to comment.