We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e66115 commit 138439dCopy full SHA for 138439d
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: "${{ matrix.python-version }}"
30
allow-python-prereleases: true
31
cache: true
32
- version: "2.21.0"
+ version: "2.24.2"
33
34
- name: "Run Tox"
35
run: |
@@ -115,7 +115,7 @@ jobs:
115
- uses: "pdm-project/setup-pdm@v4"
116
with:
117
python-version: "3.12"
118
119
120
- name: "Install check-wheel-content and twine"
121
run: "python -m pip install twine check-wheel-contents"
0 commit comments