Update python-publish.yml

This commit is contained in:
Richard Mwewa
2022-06-16 03:26:25 +02:00
committed by GitHub
parent 0ff5765dc5
commit 94a22c6de1

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@master
with:
user: __token__
password: ${{ secrets.PYPY_API_TOKEN }}