1818 name : Build source distribution
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424
5959 arch : aarch64
6060
6161 steps :
62- - uses : actions/checkout@v6
62+ - uses : actions/checkout@v7
6363 with :
6464 fetch-depth : 0
6565
8585 if : ${{ github.event_name }} == "pull_request"
8686
8787 - name : " Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
88- uses : pypa/cibuildwheel@v3.4.1
88+ uses : pypa/cibuildwheel@v4.1.0
8989 env :
9090 CIBW_ARCHS : ${{ matrix.arch }}
9191
@@ -110,7 +110,7 @@ jobs:
110110 arch : x86_64
111111
112112 steps :
113- - uses : actions/checkout@v6
113+ - uses : actions/checkout@v7
114114 with :
115115 fetch-depth : 0
116116
@@ -128,7 +128,7 @@ jobs:
128128 python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge
129129
130130 - name : Build wheels for Windows/Mac
131- uses : pypa/cibuildwheel@v3.4.1
131+ uses : pypa/cibuildwheel@v4.1.0
132132 env :
133133 CIBW_ARCHS : ${{ matrix.arch }}
134134
@@ -142,7 +142,7 @@ jobs:
142142 name : Build wheels for ARM64 on Windows
143143 runs-on : windows-11-arm
144144 steps :
145- - uses : actions/checkout@v6
145+ - uses : actions/checkout@v7
146146 with :
147147 fetch-depth : 0
148148
@@ -167,7 +167,7 @@ jobs:
167167 echo "NETCDF4_DIR=C:\vcpkg\installed\arm64-windows" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
168168
169169 - name : Build wheels for Windows ARM64
170- uses : pypa/cibuildwheel@v3.4.1
170+ uses : pypa/cibuildwheel@v4.1.0
171171 env :
172172 CIBW_ARCHS : ARM64
173173 CIBW_SKIP : " cp310-*"
0 commit comments