Skip to content

Commit

Permalink
Fix secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalzek committed Sep 16, 2022
1 parent 9f38c50 commit 1d1e703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: $
TWINE_PASSWORD: $
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
make build
make pypi-upload

0 comments on commit 1d1e703

Please sign in to comment.