skip win32 builds
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 78d6599..bc43aa0 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -47,6 +47,8 @@
         
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
+        env:
+          CIBW_SKIP: *-win32
 
       - uses: actions/upload-artifact@v2
         with: