actions测试

This commit is contained in:
Asankilp 2024-07-11 11:19:07 +00:00
parent f1e3a1aefc
commit 4395e82590

View File

@ -33,4 +33,5 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
username: __token__
password: ${{ secrets.PYPI_API_TOKEN }}