Skip to content

Commit

Permalink
Add a comment about the use of env variables in publishing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbpoole committed Nov 28, 2023
1 parent a07b4a4 commit 94dfaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
release:
types: [created]

# These are needed because secrets can not be used in 'if' expressions
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
TEST_PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit 94dfaaf

Please sign in to comment.