发布修正版2.2.9
This commit is contained in:
parent
c475347be2
commit
7de18e388f
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user