Skip to content

Commit

Permalink
Update publish.yaml, missing / [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MischaPanch authored Mar 19, 2024
1 parent e82379c commit e3661c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
if [ -z "${PYPI_TOKEN}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi
poetry config pypi-token.pypi $PYPI_TOKEN
poetry config repositories.pypi https://pypi.org/legacy
poetry config repositories.pypi https://pypi.org/legacy/
poetry publish --build --repository pypi

0 comments on commit e3661c1

Please sign in to comment.