Skip to content

Commit

Permalink
Update dists.yml (#63)
Browse files Browse the repository at this point in the history
#61 suggests that these tags are not needed.
  • Loading branch information
bobfang1992 authored Nov 22, 2021
1 parent ba6ea91 commit 4363c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4363c95

Please sign in to comment.