Update python-publish.yml

This commit is contained in:
Oliver Margetts 2021-08-16 19:07:01 +00:00 committed by GitHub
parent c357aad8e7
commit 223febdc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ jobs:
- name: Builds and upload to PyPI
run: |
poetry config pypi-token.pypi "$TWINE_TOKEN"
poetry publish
poetry publish --build
env:
TWINE_TOKEN: ${{ secrets.TWINE_TOKEN }}