Skip to content

Commit 785596f

Browse files
committed
how about now?
1 parent 1e75078 commit 785596f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitlab/package.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,16 @@ variables:
7979
matrix:
8080
- IMAGE_ARCH: "x86_64"
8181
ARCH_TAG: "amd64"
82-
UV_PYTHON: $MACOS_PYTHON_VERSIONS
82+
UV_PYTHON: *PYTHON_VERSIONS
8383
- IMAGE_ARCH: "aarch64"
8484
ARCH_TAG: "arm64"
85-
UV_PYTHON: $MACOS_PYTHON_VERSIONS
85+
UV_PYTHON: *PYTHON_VERSIONS
8686
variables:
8787
SYSTEM_VERSION_COMPAT: "0"
88-
MACOS_PYTHON_VERSIONS: "3.14" # Default: single version for PRs/feature branches
8988
rules:
90-
# Full matrix on main, release branches, and releases
91-
- if: '($IS_MAIN_BRANCH == "true") || ($IS_RELEASE_BRANCH == "true") || ($IS_RELEASE == "true")'
92-
variables:
93-
MACOS_PYTHON_VERSIONS: "3.9 3.10 3.11 3.12 3.13 3.14"
89+
# Skip non-3.14 versions on PRs/feature branches
90+
- if: '($IS_MAIN_BRANCH == "false") && ($IS_RELEASE_BRANCH == "false") && ($IS_RELEASE == "false") && ($UV_PYTHON != "3.14")'
91+
when: never
9492
script:
9593
- .gitlab/scripts/build-wheel.sh
9694
cache:

0 commit comments

Comments
 (0)