Commit 0a879a14 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent 10c71515
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -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
@@ -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