We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976d7a6 commit 0d14bfdCopy full SHA for 0d14bfd
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install poetry
13
run: |
14
pipx install poetry
15
- pipx install poetry-dynamic-versioning
+ poetry self add "poetry-dynamic-versioning[plugin]"
16
- name: Setup python
17
uses: actions/setup-python@v5
18
with:
0 commit comments