Skip to content

Commit

Permalink
Use action to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoBochet committed Jun 27, 2024
1 parent 2620a23 commit 7d5b1d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
publish-python-package:
name: "Publish python package to pypi"
runs-on: ubuntu-latest
environment:
name: pypi
permissions:
id-token: write
steps:
Expand All @@ -72,6 +74,5 @@ jobs:
- name: Build package
run: |
poetry build
- name: Publish to Pypi
run: |
poetry publish
- name: pypi-publish
uses: pypa/[email protected]

0 comments on commit 7d5b1d0

Please sign in to comment.