We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f201dfe commit 490e920Copy full SHA for 490e920
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ">=3.12"
20
- run: |
21
pip install -r requirements-poetry.txt
22
- poetry self add poetry-version-plugin
+ poetry self add poetry-dynamic-versioning[plugin]
23
poetry sync
24
poetry build
25
- name: Publish package distributions to PyPI
0 commit comments