Skip to content
Snippets Groups Projects
Commit 0a879a14 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent 10c71515
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment