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 9820d27 commit e296606Copy full SHA for e296606
.github/workflows/wheels.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build wheels
25
uses: pypa/[email protected]
26
env:
27
- CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp311-*"
28
with:
29
package-dir: "$SDIST_PATH"
30
0 commit comments