Skip to content

Commit 74e6ae2

Browse files
authored
Fix the release workflow (#120)
1 parent 2828592 commit 74e6ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
with:
5353
platforms: arm64
5454
- name: Build wheels
55-
uses: pypa/cibuildwheel@v2.16.2
55+
uses: pypa/cibuildwheel@v2.20.0
5656
env:
5757
CIBW_TEST_REQUIRES: hypothesis pytest
58-
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
58+
CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"
5959
CIBW_SKIP: "pp* cp36-* cp37-*"
6060
CIBW_ARCHS: ${{ matrix.cibw_archs }}
6161
CIBW_TEST_SKIP: "*-win_arm64"

0 commit comments

Comments
 (0)