Update python-publish.yml

This commit is contained in:
KnugiHK
2023-05-18 16:37:35 +08:00
parent b1d8d173a2
commit 0a0ae8cf15

View File

@@ -30,7 +30,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}