Skip to content

Commit 5d9cb8d

Browse files
author
koval
committed
Fix pdm install step.
1 parent 64bc6a6 commit 5d9cb8d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/autorelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: pdm-project/setup-pdm@v3
2121
with:
2222
python-version: ${{ matrix.python-version }}
23+
version: 2.20.1
2324

2425
- name: Install dependencies
2526
run: pdm install -dG release

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: pdm-project/setup-pdm@v3
1616
with:
1717
python-version: ${{ matrix.python-version }}
18+
version: 2.20.1
1819

1920
- name: Publish package distributions to PyPI
2021
run: pdm publish

.github/workflows/python-linters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: pdm-project/setup-pdm@v3
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
version: 2.20.1
2122

2223
- name: Install dependencies
2324
run: |

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: pdm-project/setup-pdm@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
version: 2.20.1
2223

2324
- name: Install dependencies
2425
run: |

0 commit comments

Comments
 (0)