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 c7cb102 commit d0f72deCopy full SHA for d0f72de
.github/workflows/pypi_upload.yml
@@ -73,7 +73,7 @@ jobs:
73
| pyp 'json.dumps({"only": x, "os": "ubuntu-latest"})'
74
} | pyp 'json.dumps(list(map(json.loads, lines)))' > /tmp/matrix
75
env:
76
- CIBW_BUILD: "cp38-* cp312-*"
+ CIBW_BUILD: "cp38-* cp313-*"
77
CIBW_ARCHS_LINUX: x86_64
78
- id: set-matrix
79
run: echo "include=$(cat /tmp/matrix)" | tee -a $GITHUB_OUTPUT
0 commit comments