Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krsto Proroković committed Apr 16, 2024
1 parent 6d861a5 commit c651cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
# poetry config virtualenvs.path .virtualenvs
- name: Publish to PyPI
run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }}
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: poetry publish --build --username "__token__" --password $PYPI_TOKEN

0 comments on commit c651cee

Please sign in to comment.