From c1425df62054ded6b1eb61166de9f1096ede9211 Mon Sep 17 00:00:00 2001 From: rathaROG Date: Tue, 18 Jul 2023 22:17:31 +0200 Subject: [PATCH] Update cibuildwheel workflow --- .github/workflows/cibuildwheel.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cibuildwheel.yaml b/.github/workflows/cibuildwheel.yaml index 829b257..06492fa 100644 --- a/.github/workflows/cibuildwheel.yaml +++ b/.github/workflows/cibuildwheel.yaml @@ -20,6 +20,9 @@ jobs: env: # Build only CPython [3.7-3.11] on all platforms CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*" + CIBW_ARCHS_WINDOWS: "AMD64" + CIBW_ARCHS_LINUX: "x86_64" + CIBW_ARCHS_MACOS: "x86_64 universal2" - uses: actions/upload-artifact@v3 with: name: dist-wheels-all