Skip to content

Commit f9da17f

Browse files
authored
Merge pull request #88 from DataFog/fix/pypi-issues
fixed pypi.yml
2 parents 14db75a + cc85956 commit f9da17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: python -m build
4545
- name: Create GitHub Release
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.pypi }}
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
run: |
4949
git config user.name github-actions
5050
git config user.email github-actions@github.com
@@ -133,7 +133,7 @@ jobs:
133133
run: python -m build
134134
- name: Create GitHub Pre-Release
135135
env:
136-
GITHUB_TOKEN: ${{ secrets.pypi }}
136+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
BETA_VERSION: ${{ steps.beta_version.outputs.version }}
138138
run: |
139139
git config user.name github-actions

0 commit comments

Comments
 (0)