We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 471dafa + 9073e74 commit c2df356Copy full SHA for c2df356
1 file changed
.github/workflows/publish-release.yml
@@ -2,7 +2,7 @@ name: Upload PyDID To PyPI
2
3
on:
4
release:
5
- types: [ created ]
+ types: [created]
6
7
jobs:
8
deploy:
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- name: Install poetry
14
run: pipx install poetry
15
- - name: Set up Python 3.10
16
- uses: actions/setup-python@v5
+ - name: Set up Python 3.14
+ uses: actions/setup-python@v6
17
with:
18
- python-version: 3.10
+ python-version: 3.14
19
cache: poetry
20
- name: Install dependencies
21
run: poetry install
0 commit comments