💚 换回token

This commit is contained in:
2025-06-11 19:06:12 +08:00
parent acb504a0e5
commit 3a83bc0eaf

View File

@ -34,4 +34,6 @@ jobs:
--outdir dist/
.
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}