Skip to content

Commit 490e920

Browse files
author
Charly Laurent
authored
ci: fix release (#145)
Use `poetry-dynamic-versioning[plugin]` which is not deprecated.
1 parent f201dfe commit 490e920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ">=3.12"
2020
- run: |
2121
pip install -r requirements-poetry.txt
22-
poetry self add poetry-version-plugin
22+
poetry self add poetry-dynamic-versioning[plugin]
2323
poetry sync
2424
poetry build
2525
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)