Set pypi GH action to latest v1

This commit is contained in:
Kien Dang 2023-05-27 19:12:50 +08:00
parent 4e5acd4702
commit 316790e464

View File

@ -20,7 +20,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}