Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Add poetry-dynamic-versioning plugin
  • Loading branch information
micedre authored Jan 8, 2025
1 parent a917634 commit 834734d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: |
# NOTE: put your own distribution build steps here.
python -m pip install build poetry
python -m build
poetry install
poetry build
- name: Upload distributions
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 834734d

Please sign in to comment.