Skip to content

Commit

Permalink
no use pypa
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-ht committed Feb 10, 2024
1 parent 9aa9947 commit c993a77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
platforms: all
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
- name: Build wheels
uses: pypa/cibuildwheel
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: "{cp27-*}"
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit c993a77

Please sign in to comment.