Update publish.yaml, missing / [skip ci]

This commit is contained in:
Michael Panchenko 2024-03-20 00:26:11 +01:00 committed by GitHub
parent e82379c47f
commit e3661c11e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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