Skip to content

Commit

Permalink
ci: Use GitHub Action for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Apr 27, 2022
1 parent 685c614 commit ba88fc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
name: dist
path: dist
if-no-files-found: error
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.4.0
- name: Build and test wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: pypa/cibuildwheel@v2.4.0
env:
CIBW_BUILD: cp3{7,8,9,10}-*
CIBW_SKIP: "*-manylinux_i686 *-musllinux_* *-win32"
Expand Down

0 comments on commit ba88fc9

Please sign in to comment.