fixed GH yaml file strucuture

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-11-29 13:48:06 +01:00
parent 229ace99e1
commit a56ef70407
No known key found for this signature in database

View File

@ -25,6 +25,6 @@ jobs:
run: |
twine check dist/*
twine upload dist/*
env:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}