Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jun 23, 2024
1 parent b87a541 commit 6fc66e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
run: python -m pytest -v tests

build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -62,10 +61,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: "pp-* *-win32 *-musllinux_* *_i686"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
- uses: pypa/cibuildwheel@v2.19.0
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
Expand Down

0 comments on commit 6fc66e5

Please sign in to comment.