Skip to content

Commit

Permalink
Fix twine environment variables not being exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Knight committed Sep 9, 2022
1 parent 16eebf5 commit ebf9bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: twine check --strict dist/*
- name: twine upload
run: twine upload dist/*
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ebf9bae

Please sign in to comment.