Skip to content

Commit

Permalink
update pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Feb 4, 2025
1 parent baa5b0d commit de4454f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Build package and publish to PyPi
run: |
poetry build -f wheel
Expand Down

0 comments on commit de4454f

Please sign in to comment.