We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4822c commit 7c6c41bCopy full SHA for 7c6c41b
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Poetry
17
run: |
18
python -m pip install --upgrade pip
19
- python -m pip install poetry
+ python -m pip install poetry poetry-dynamic-versioning-plugin
20
- name: Build and Publish distribution package
21
env:
22
POETRY_VIRTUALENVS_CREATE: false
0 commit comments