Skip to content

Commit

Permalink
Fix the release workflow (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc authored Aug 26, 2024
1 parent 2828592 commit 74e6ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_TEST_REQUIRES: hypothesis pytest
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"
CIBW_SKIP: "pp* cp36-* cp37-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_TEST_SKIP: "*-win_arm64"
Expand Down

0 comments on commit 74e6ae2

Please sign in to comment.