Skip to content

Commit 8a417c8

Browse files
committed
fixup
1 parent 1b66964 commit 8a417c8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)