We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 978f847 + 0478327 commit cca8cf1Copy full SHA for cca8cf1
.github/workflows/wheels.yml
@@ -45,7 +45,7 @@ jobs:
45
sudo apt-get install libfftw3-dev
46
47
- name: Build wheels
48
- uses: pypa/cibuildwheel@v2.13.0
+ uses: pypa/cibuildwheel@v2.13.1
49
env:
50
CIBW_BEFORE_BUILD: "python -m pip install numpy==${{ matrix.numpyver }}"
51
CIBW_BUILD_VERBOSITY: 3
0 commit comments