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 3fb1d24 commit 46f5752
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
uses: miguelteixeiraa/release-notes-from-pullrequests-action@main
with:
next-tag: ${{ inputs.next-tag }}
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
- name: Publish to PyPI
run:
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
- name: Create GitHub Release
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
with:
tag: "v${{ inputs.next-tag }}"
commit: ${{ github.sha }}
Expand Down

0 comments on commit 46f5752

Please sign in to comment.