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 d7cd7dd commit c285ca5Copy full SHA for c285ca5
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: "${{ matrix.python-version }}"
28
allow-python-prereleases: true
29
cache: true
30
- version: "2.19.2"
+ version: "2.21.0"
31
32
- name: "Run Tox"
33
run: |
@@ -113,7 +113,7 @@ jobs:
113
- uses: "pdm-project/setup-pdm@v4"
114
with:
115
python-version: "3.12"
116
117
118
- name: "Install check-wheel-content and twine"
119
run: "python -m pip install twine check-wheel-contents"
0 commit comments