Skip to content

Commit

Permalink
fix: trigger pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivelin Ivanov committed Oct 4, 2021
1 parent dc6ada6 commit 9884d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Run Semantic Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Semantic release completed
run: echo Semantic release flow completed
run: echo Semantic release flow completed

0 comments on commit 9884d25

Please sign in to comment.