Skip to content

Commit

Permalink
Attempting fix for build fail on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shz9 committed Apr 5, 2024
1 parent 102f4c5 commit 9aee88c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
env:
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'
architecture: 'x64'

- name: Build wheels
uses: pypa/[email protected]

Expand Down

0 comments on commit 9aee88c

Please sign in to comment.