File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ jobs:
7878 shell : bash
7979 # On PRs we run only oldest and newest Python versions to reduce CI load.
8080 # Skips pypy and musllinux everywhere.
81- # We are buiding 39, 311 and 314 for now.
81+ # We are building 39, 311 and 314 for now.
8282 # (3.11 is the oldest version for which we support abi3 wheels)
8383 # These needs to rotate every new Python release.
8484 run : |
85- echo "Setting CIBW_BUILD='cp39-* cp311-* cp314-*'"
85+ set -x
8686 echo "CIBW_BUILD=cp39-* cp311-* cp314-*" >> $GITHUB_ENV
8787 if : ${{ github.event_name }} == "pull_request"
8888
@@ -127,6 +127,7 @@ jobs:
127127 uses : pypa/cibuildwheel@v3.1.4
128128 env :
129129 CIBW_ARCHS : ${{ matrix.arch }}
130+ # cannot build cftime for this target (missing a wheel at the time of writing)
130131 CIBW_SKIP : " cp314*"
131132
132133 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments