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 90e06b8 + 973fe2b commit a877d6fCopy full SHA for a877d6f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -89,7 +89,7 @@ jobs:
89
if: ${{ github.event_name }} == "pull_request"
90
91
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
92
- uses: pypa/cibuildwheel@v3.2.1
+ uses: pypa/cibuildwheel@v3.3.0
93
env:
94
CIBW_ARCHS: ${{ matrix.arch }}
95
@@ -126,7 +126,7 @@ jobs:
126
python=${{ matrix.python-version }} libnetcdf=4.9.2 --channel conda-forge
127
128
- name: Build wheels for Windows (${{ matrix.arch }})
129
130
131
132
0 commit comments