Skip to content

Commit

Permalink
Update publish-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmohan0 authored Jul 14, 2024
1 parent 0351a4e commit 44d0bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python -m build
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.pypi }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit 44d0bb1

Please sign in to comment.