Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Oct 15, 2022
1 parent ebd43d3 commit fdbc2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: exit 1

- name: Publish on PyPI
run: scripts/publish
run: poetry publish --no-interaction --build --username "__token__" --password "$PYPI_TOKEN"
env:
PYPI_TOKEN: "${{ secrets.PYPI_TOKEN }}"

0 comments on commit fdbc2b6

Please sign in to comment.