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 0351a4e commit 44d0bb1Copy full SHA for 44d0bb1
.github/workflows/publish-pypi.yml
@@ -31,7 +31,7 @@ jobs:
31
run: python -m build
32
- name: Create GitHub Release
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.pypi }}
35
run: |
36
git config user.name github-actions
37
git config user.email github-actions@github.com
0 commit comments