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 72a71b0 commit 39609dbCopy full SHA for 39609db
.github/workflows/build.yml
@@ -62,8 +62,8 @@ jobs:
62
pipx ensurepath
63
pipx install poetry==1.4.2
64
poetry config virtualenvs.in-project true
65
- poetry self add "poetry-dynamic-versioning[plugin]"
66
poetry install --with dev
+ poetry self add "poetry-dynamic-versioning[plugin]"
67
68
- name: Run tests
69
run: |
.github/workflows/release.yml
@@ -31,9 +31,9 @@ jobs:
31
pip install --user pipx
32
33
34
35
36
37
38
- name: Build release
39
0 commit comments