Skip to content

Commit 007063c

Browse files
committed
feat: add additional wheel builds
1 parent cc25ecd commit 007063c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ jobs:
207207
# Used to host cibuildwheel
208208
- name: Set up Python
209209
uses: actions/setup-python@v5
210-
210+
with:
211+
python-version: "3.12"
211212
- name: Set up QEMU
212213
if: ${{ matrix.qemu }}
213214
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)