We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4302b + 1676617 commit 1561f67Copy full SHA for 1561f67
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.1.4
+ uses: pypa/cibuildwheel@v3.2.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
# cannot build cftime for this target (missing a wheel at the time of writing)
0 commit comments