Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Nov 5, 2020
1 parent 7e52a25 commit 60930e8
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 @@ -26,5 +26,5 @@ jobs:
run: poetry install
- name: Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ PYPI_TOKEN }}
poetry config pypi-token.pypi ${{ env.PYPI_TOKEN }}
bash scripts/publish.sh

0 comments on commit 60930e8

Please sign in to comment.