Skip to content

Commit c285ca5

Browse files
committed
Upgrade PDM I guess?
1 parent d7cd7dd commit c285ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: "${{ matrix.python-version }}"
2828
allow-python-prereleases: true
2929
cache: true
30-
version: "2.19.2"
30+
version: "2.21.0"
3131

3232
- name: "Run Tox"
3333
run: |
@@ -113,7 +113,7 @@ jobs:
113113
- uses: "pdm-project/setup-pdm@v4"
114114
with:
115115
python-version: "3.12"
116-
version: "2.19.2"
116+
version: "2.21.0"
117117

118118
- name: "Install check-wheel-content and twine"
119119
run: "python -m pip install twine check-wheel-contents"

0 commit comments

Comments
 (0)