Skip to content

Commit c2df356

Browse files
authored
Merge pull request #188 from hpretila/main
Fix failing PyPi publish workflow, bumping Python version to 3.14.
2 parents 471dafa + 9073e74 commit c2df356

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload PyDID To PyPI
22

33
on:
44
release:
5-
types: [ created ]
5+
types: [created]
66

77
jobs:
88
deploy:
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Install poetry
1414
run: pipx install poetry
15-
- name: Set up Python 3.10
16-
uses: actions/setup-python@v5
15+
- name: Set up Python 3.14
16+
uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.10
18+
python-version: 3.14
1919
cache: poetry
2020
- name: Install dependencies
2121
run: poetry install

0 commit comments

Comments
 (0)