Skip to content

Commit c83c27f

Browse files
authored
Merge pull request #1140 from GitGuardian/kwestphal/pdm-ci-2.26.1
ci: update pdm to v2.26.1
2 parents 3616c44 + b86fb7b commit c83c27f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
default: false
1919

2020
env:
21-
PDM_VERSION: 2.26.0
22-
DEFAULT_PYTHON_VERSION: '3.12'
21+
PDM_VERSION: 2.26.1
22+
DEFAULT_PYTHON_VERSION: '3.10'
2323

2424
jobs:
2525
build_wheel_sdist:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'README.md'
1919

2020
env:
21-
PDM_VERSION: 2.22.4
21+
PDM_VERSION: 2.26.1
2222
DEFAULT_PYTHON_VERSION: '3.10'
2323

2424
jobs:

.github/workflows/perfbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
default: '3.10'
1212

1313
env:
14-
PDM_VERSION: 2.22.4
14+
PDM_VERSION: 2.26.1
1515
DEFAULT_PYTHON_VERSION: '3.10'
1616

1717
jobs:

0 commit comments

Comments
 (0)