From 4363c957403aa17676b7c22d46b6dd7f4c57ee36 Mon Sep 17 00:00:00 2001 From: bobfang1992 <44713534+bobfang1992@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:45:51 +0000 Subject: [PATCH] Update dists.yml (#63) #61 suggests that these tags are not needed. --- .github/workflows/dists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dists.yml b/.github/workflows/dists.yml index 3f1a11f..534af24 100644 --- a/.github/workflows/dists.yml +++ b/.github/workflows/dists.yml @@ -58,7 +58,7 @@ jobs: # Skip building on Python 2.7 # Additionally, skip 32-bit Windows for now as MSVC needs seperate setup with different toolchain to do this # Refer: https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#windows-and-python-27 - CIBW_SKIP: cp27-* *-win32 cp35-* + CIBW_SKIP: "*-win32" CIBW_BEFORE_TEST: pip install -r tests/requirements.txt CIBW_TEST_COMMAND: pytest {project}/tests CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" # build on M1 chip