Update test-pypi-publish.yml

This commit is contained in:
mawenbo 2024-05-23 19:34:05 +08:00 committed by GitHub
parent fa6d92e4af
commit ef1eba83fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs:
cd "${GITHUB_WORKSPACE}" || exit 1
twine upload --repository testpypi ./*.whl --skip-existing --verbose
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}