File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 uses : pypa/cibuildwheel@v3.1.0
6262 env :
6363 CIBW_BUILD : " cp311-*"
64+ CIBW_CONFIG_SETTINGS : " wheel.build-tag=${{ github.run_number }}"
6465 with :
6566 output-dir : wheelhouse
6667
68+ - name : List built wheels (verify build tag)
69+ shell : bash
70+ run : |
71+ echo "Built wheels:"
72+ ls -lh wheelhouse/*.whl || dir wheelhouse\*.whl
73+
6774 - name : Upload wheels
6875 uses : actions/upload-artifact@v4
6976 with :
Original file line number Diff line number Diff line change @@ -15,9 +15,12 @@ classifiers = [
1515 " Programming Language :: C++" ,
1616 " License :: OSI Approved :: MIT License" ,
1717]
18+ dependencies = [
19+ " cibuildwheel>=3.3.1" ,
20+ ]
1821
1922[tool .scikit-build ]
2023minimum-version = " 0.9"
21- cmake.version = " >=3.18 "
24+ cmake.version = " >=3.26 "
2225build-dir = " build/{wheel_tag}"
2326wheel.packages = []
You can’t perform that action at this time.
0 commit comments