We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4091c commit 8f1ba6dCopy full SHA for 8f1ba6d
1 file changed
.github/workflows/publishing.yml
@@ -24,7 +24,7 @@ jobs:
24
id: setup-python
25
uses: actions/setup-python@v5
26
with:
27
- python-version: 3.8
+ python-version: 3.13
28
29
# installs poetry and configures it
30
- name: Install poetry
@@ -44,8 +44,8 @@ jobs:
44
# automatic version numbering
45
- name: Install poetry dynamic version plugin, extracts version number from git tag
46
run: |
47
- pip install poetry-version-plugin
48
- poetry self add poetry-version-plugin
+ pip install poetry-dynamic-versioning
+ poetry self add poetry-dynamic-versioning
49
50
# build package
51
- name: Build package out of local poject
0 commit comments