Skip to content

Commit

Permalink
configure poetry to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelteixeiraa committed Dec 13, 2023
1 parent 0c3172a commit b96ee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
next-tag: ${{ inputs.next-tag }}
- name: Publish to PyPI
run: po|
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
- name: Create GitHub Release
Expand Down

0 comments on commit b96ee1e

Please sign in to comment.