We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6a3f5 commit 9a7d5c5Copy full SHA for 9a7d5c5
.github/workflows/publish-rapidgzip.yml
@@ -86,15 +86,15 @@ jobs:
86
87
- name: Publish Tarball to PyPI
88
env:
89
- TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_PRAGZIP }}
+ TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD_RAPIDGZIP }}
90
working-directory: python/rapidgzip
91
# Only one out of the OS matrix needs to upload the tarball.
92
if: matrix.manylinux-image == 'manylinux2014' && matrix.os == 'ubuntu-latest'
93
run: twine upload --skip-existing -u __token__ dist/*
94
95
- name: Publish Wheels to PyPI
96
97
98
99
100
0 commit comments