Set pypi GH action to latest v1 (#1415)

This commit is contained in:
Kien Dang 2023-05-27 21:26:52 +08:00 committed by GitHub
parent 4e5acd4702
commit 63fd98393f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}