Update python-publish.yml

This commit is contained in:
Richard Mwewa
2022-06-16 01:42:23 +02:00
committed by GitHub
parent 4e2291eba3
commit ccb40ec942

View File

@@ -27,7 +27,7 @@ jobs:
run: python3 setup.py sdist bdist_wheel
- name: Publish package
run: python3 -m twine upload dist/*
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: 'rly0nheart'
password: ${{ secrets.PYPY_API_TOKEN}