equal
deleted
inserted
replaced
338 build-c-wheel-macos: |
338 build-c-wheel-macos: |
339 when: manual # avoid overloading the CI by default |
339 when: manual # avoid overloading the CI by default |
340 stage: build |
340 stage: build |
341 tags: |
341 tags: |
342 - macos |
342 - macos |
|
343 variables: |
|
344 MERCURIAL_SETUP_FORCE_TRANSLATIONS: "1" |
343 script: |
345 script: |
344 - rm -rf tmp-wheels |
346 - rm -rf tmp-wheels |
345 - CIBW_SKIP="pp*" cibuildwheel --output-dir tmp-wheels/ |
347 - CIBW_SKIP="pp*" cibuildwheel --output-dir tmp-wheels/ |
346 - for py_version in cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313; do |
348 - for py_version in cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313; do |
347 mkdir -p wheels/c/$py_version/; |
349 mkdir -p wheels/c/$py_version/; |