Skip to content

Commit

Permalink
update publication logic
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Aug 23, 2023
1 parent 79736f1 commit 38ce58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -e
# poetry publish --build --repository test-pypi
# # add `--dry-run` if you don't want it to do anything

# # Real Command
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
# Real Command
poetry publish --build --username __token__ --password $PYPI_PASSWORD

0 comments on commit 38ce58a

Please sign in to comment.