Skip to content

Commit

Permalink
add poetry-dynamic-versioning for pypi build (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Jun 6, 2024
1 parent 4d923d5 commit b90c5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: "3.11"
- name: Setup for poetry
run: |
python -m pip install poetry
python -m pip install poetry poetry-dynamic-versioning
- name: Install environment
run: poetry install --no-interaction --no-ansi
- name: poetry build distribution content
Expand Down

0 comments on commit b90c5c1

Please sign in to comment.