We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e40ff1 commit b304690Copy full SHA for b304690
.github/workflows/release-pypi.yml
@@ -85,7 +85,7 @@ jobs:
85
--notes ""
86
- name: Upload artifact and their signatures to GitHub Release
87
env:
88
- GITHUB_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
89
# Upload to GitHub Release using the `gh` CLI.
90
# `dist/` contains the built packages, and the
91
# sigstore-produced signatures and certificates.
0 commit comments