Skip to content

Commit 8f1ba6d

Browse files
committed
fixed publish pipeline
1 parent 7f4091c commit 8f1ba6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publishing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: setup-python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.8
27+
python-version: 3.13
2828

2929
# installs poetry and configures it
3030
- name: Install poetry
@@ -44,8 +44,8 @@ jobs:
4444
# automatic version numbering
4545
- name: Install poetry dynamic version plugin, extracts version number from git tag
4646
run: |
47-
pip install poetry-version-plugin
48-
poetry self add poetry-version-plugin
47+
pip install poetry-dynamic-versioning
48+
poetry self add poetry-dynamic-versioning
4949
5050
# build package
5151
- name: Build package out of local poject

0 commit comments

Comments
 (0)