We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaf7c9a + 9d62787 commit 215a6f0Copy full SHA for 215a6f0
1 file changed
.github/workflows/update-sidecar-version.yml
@@ -64,7 +64,7 @@ jobs:
64
working-directory: predicate_authority_sidecar
65
env:
66
TWINE_USERNAME: __token__
67
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_PREDICATE_AUTHORITY }}
68
run: |
69
echo "Publishing predicate-authority-sidecar to PyPI..."
70
twine upload dist/* --skip-existing
0 commit comments