We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5206762 + 00560f7 commit 27e2fd3Copy full SHA for 27e2fd3
2 files changed
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
pipx install poetry==1.4.2
37
poetry config virtualenvs.in-project true
38
poetry install --with dev
39
- poetry self add "poetry-dynamic-versioning[plugin]"
+ poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
40
41
- name: Build release
42
run: |
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
- name: Run tests
75
if: ${{ matrix.python-version != '3.7' }}
0 commit comments