Skip to content

Commit 9a7d5c5

Browse files
committed
[CI] Use rapidgzip project token
1 parent 9b6a3f5 commit 9a7d5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-rapidgzip.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686

8787
- name: Publish Tarball to PyPI
8888
env:
89-
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_PRAGZIP }}
89+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_RAPIDGZIP }}
9090
working-directory: python/rapidgzip
9191
# Only one out of the OS matrix needs to upload the tarball.
9292
if: matrix.manylinux-image == 'manylinux2014' && matrix.os == 'ubuntu-latest'
9393
run: twine upload --skip-existing -u __token__ dist/*
9494

9595
- name: Publish Wheels to PyPI
9696
env:
97-
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_PRAGZIP }}
97+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_RAPIDGZIP }}
9898
run: twine upload --skip-existing -u __token__ dist/*
9999

100100

0 commit comments

Comments
 (0)