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 d685825 commit c95c81bCopy full SHA for c95c81b
.github/workflows/wheels.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Python
32
uses: actions/setup-python@v5
33
with:
34
- python-version: 3.11
+ python-version: 3.12
35
36
- name: Build sdist
37
run: |
@@ -168,7 +168,7 @@ jobs:
168
169
170
171
172
173
- name: Build wheel
174
uses: pypa/[email protected]
@@ -240,7 +240,7 @@ jobs:
240
241
242
243
244
245
- name: Download wheels
246
uses: actions/download-artifact@v4
0 commit comments