ci(publish): use repository-level PACKAGE_TOKEN secret
All checks were successful
Publish Python Package to Gitea / publish (push) Successful in 19s

This commit is contained in:
2026-05-06 18:21:35 +08:00
parent cff1408d87
commit f52d7fc352

View File

@@ -31,7 +31,7 @@ jobs:
- name: Publish to Gitea Package Registry
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: admin
TWINE_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}
run: |
python3.12 -m twine upload \