Skip to content

Commit

Permalink
ci: Add PYPI_TOKEN to step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Feb 7, 2024
1 parent f3d6124 commit 2d27056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
env:
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Use this if you need to trigger CI/CD based on new release being published.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: npx semantic-release

0 comments on commit 2d27056

Please sign in to comment.