Skip to content

Commit 44d0bb1

Browse files
authored
Update publish-pypi.yml
1 parent 0351a4e commit 44d0bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python -m build
3232
- name: Create GitHub Release
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.pypi }}
3535
run: |
3636
git config user.name github-actions
3737
git config user.email github-actions@github.com

0 commit comments

Comments
 (0)