We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f428df2 commit 45c9b18Copy full SHA for 45c9b18
.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-* cp313-*"
+ CIBW_BUILD: "cp38-* cp312-*"
77
CIBW_ARCHS_LINUX: x86_64
78
- id: set-matrix
79
run: echo "include=$(cat /tmp/matrix)" | tee -a $GITHUB_OUTPUT
0 commit comments