Skip to content

Commit 878482f

Browse files
committed
install poetry-dynamic-versioning in CI
1 parent 7a68451 commit 878482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install poetry
26+
python -m pip install poetry poetry-dynamic-versioning
2727
- name: Publish
2828
env:
2929
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}

0 commit comments

Comments
 (0)