Skip to content

Commit

Permalink
Define environment variables passed to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jul 10, 2023
1 parent f420d3d commit b628302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
run: tox -e build
- name: Publish package
run: tox -e publish
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_REPOSITORY: ${{ secrets.TWINE_REPOSITORY }}

0 comments on commit b628302

Please sign in to comment.