Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djmoch committed Jun 13, 2024
1 parent 98a44c5 commit f014361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
release:

runs-on: ubuntu-latest
environment: release
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
Expand All @@ -18,6 +21,7 @@ jobs:
python-version: "3.12"
- name: Build package
run: |
python -m pip install build
python -m build
- name: Publish to Pypi
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f014361

Please sign in to comment.