Loading .gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml +7 −6 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ release:pip:windows: # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed rules : - never - when : never # - if: $CI_COMMIT_BRANCH == "main" # Only run on the main branch # - if: $CI_COMMIT_TAG # Or if a tag is pushed # - if: $CI_COMMIT_BRANCH == "dev" # Allow manual runs on the dev branch Loading @@ -20,11 +20,12 @@ release:pip:windows: parallel: matrix: # - CIBW_BUILD: "cp38-win_amd64" # - CIBW_BUILD: "cp39-win_amd64" # - CIBW_BUILD: "cp310-win_amd64" # - CIBW_BUILD: "cp311-win_amd64" # - CIBW_BUILD: "cp312-win_amd64" - CIBW_BUILD: "cp38-win_amd64" - CIBW_BUILD: "cp39-win_amd64" - CIBW_BUILD: "cp310-win_amd64" - CIBW_BUILD: "cp311-win_amd64" - CIBW_BUILD: "cp312-win_amd64" - CIBW_BUILD: "cp313-win_amd64" # before_script: # - (Get-WmiObject -Class Win32_OperatingSystem).OSArchitecture Loading Loading
.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml +7 −6 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ release:pip:windows: # temporary rules until https://gitlab.eclipse.org/eclipse/aidge/aidge/-/issues/136 is closed rules : - never - when : never # - if: $CI_COMMIT_BRANCH == "main" # Only run on the main branch # - if: $CI_COMMIT_TAG # Or if a tag is pushed # - if: $CI_COMMIT_BRANCH == "dev" # Allow manual runs on the dev branch Loading @@ -20,11 +20,12 @@ release:pip:windows: parallel: matrix: # - CIBW_BUILD: "cp38-win_amd64" # - CIBW_BUILD: "cp39-win_amd64" # - CIBW_BUILD: "cp310-win_amd64" # - CIBW_BUILD: "cp311-win_amd64" # - CIBW_BUILD: "cp312-win_amd64" - CIBW_BUILD: "cp38-win_amd64" - CIBW_BUILD: "cp39-win_amd64" - CIBW_BUILD: "cp310-win_amd64" - CIBW_BUILD: "cp311-win_amd64" - CIBW_BUILD: "cp312-win_amd64" - CIBW_BUILD: "cp313-win_amd64" # before_script: # - (Get-WmiObject -Class Win32_OperatingSystem).OSArchitecture Loading