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 552bde8 commit d0ac119Copy full SHA for d0ac119
1 file changed
.github/workflows/release.yml
@@ -25,10 +25,9 @@ jobs:
25
additional_unqualified_tags: true
26
extra_tags: stable
27
secrets:
28
- RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- permissions:
30
- contents: write
31
- pull-requests: write
+ RELEASE_TOKEN: ${{ secrets.PUBLIC_RELEASES_TOKEN }}
+ RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
+ RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
32
33
pypi-publish:
34
name: Publish to PyPI
0 commit comments