发布修正版2.2.9

This commit is contained in:
xaoyo 2023-11-27 11:24:22 +08:00
parent c475347be2
commit 7de18e388f

View File

@ -42,7 +42,7 @@ jobs:
- name: Publish package with Twine # 使用 Twine 发布到 PyPI
run: |
twine upload dist/*
twine upload dist/*.whl dist/*.tar.gz
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}