Update python-publish.yml

This commit is contained in:
Andros Fenollosa 2022-11-09 13:02:06 +01:00 committed by GitHub
parent 5308001203
commit f77ca3db8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,4 +33,4 @@ jobs:
- name: Build package
run: python3 setup.py sdist bdist_wheel
- name: Publish package
run: twine upload --non-interactive --username ${{SECRETS.user}} --password ${{SECRETS.password}} dist/*
run: twine upload --non-interactive --username ${{ secrets.USER }} --password ${{ secrets.PASSWORD }} dist/*