Skip to content

Commit

Permalink
fix github workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Dec 10, 2021
1 parent fc34f49 commit 8aaad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: poetry build
- run: poetry publish --username acro5piano --password $PYPI_PASSWORD
env:
PYPI_PASSWORD: {{ secrets.PYPI_PASSWORD }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 8aaad44

Please sign in to comment.