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.
2 parents 14db75a + cc85956 commit f9da17fCopy full SHA for f9da17f
.github/workflows/publish-pypi.yml
@@ -44,7 +44,7 @@ jobs:
44
run: python -m build
45
- name: Create GitHub Release
46
env:
47
- GITHUB_TOKEN: ${{ secrets.pypi }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
run: |
49
git config user.name github-actions
50
git config user.email github-actions@github.com
@@ -133,7 +133,7 @@ jobs:
133
134
- name: Create GitHub Pre-Release
135
136
137
BETA_VERSION: ${{ steps.beta_version.outputs.version }}
138
139
0 commit comments