Skip to content

Commit acff8b4

Browse files
wheels
1 parent ca00584 commit acff8b4

File tree

4 files changed

+2
-76
lines changed

4 files changed

+2
-76
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [windows-2019,ubuntu-20.04]
11+
os: [ubuntu-20.04, windows-2019]
1212

1313
steps:
1414
- uses: actions/checkout@v3
1515

1616
- name: Build wheels
17-
uses: pypa/[email protected]
18-
env:
19-
CIBW_SKIP: "*musllinux*"
17+
uses: pypa/[email protected]
2018

2119
- uses: actions/upload-artifact@v3
2220
with:

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/build_wheels_windows.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)