Skip to content

Commit

Permalink
Update PDM while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 7, 2024
1 parent 58f2721 commit bf1b989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
allow-python-prereleases: true
cache: true
version: "2.19.2"
version: "2.21.0"

- name: "Run Tox"
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: "pdm-project/setup-pdm@v4"
with:
python-version: "3.12"
version: "2.19.2"
version: "2.21.0"

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

0 comments on commit bf1b989

Please sign in to comment.