Skip to content

Commit 856c9fd

Browse files
author
Kevin Westphal
committed
ci: set python version for pdm action when building release
1 parent 98f0c17 commit 856c9fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ on:
1818
default: false
1919

2020
env:
21-
PDM_VERSION: 2.22.4
21+
PDM_VERSION: 2.26.0
22+
DEFAULT_PYTHON_VERSION: '3.12'
2223

2324
jobs:
2425
build_wheel_sdist:
@@ -31,6 +32,7 @@ jobs:
3132
uses: pdm-project/setup-pdm@v4
3233
with:
3334
version: ${{ env.PDM_VERSION }}
35+
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
3436

3537
- name: Create packages
3638
run: |

0 commit comments

Comments
 (0)