We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9d4e92 + e888d51 commit f4e41d4Copy full SHA for f4e41d4
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.0
+ uses: pypa/cibuildwheel@v3.2.1
93
env:
94
CIBW_ARCHS: ${{ matrix.arch }}
95
@@ -126,11 +126,9 @@ 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)
133
- CIBW_SKIP: "cp314*"
134
135
- uses: actions/upload-artifact@v4
136
with:
0 commit comments