File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 70
70
run : cmake -G "Unix Makefiles" -B build -DCMAKE_BUILD_TYPE=Release -DSOURCEPP_BUILD_PYTHON_WRAPPERS=ON -DSOURCEPP_VERSION="${{inputs.version}}"
71
71
72
72
- name : Build BDist
73
- env :
74
- CIBW_BUILD_VERBOSITY : ' 0'
75
73
run : |
76
74
python -m pip install cibuildwheel==3.1.1
77
75
python -m cibuildwheel --output-dir dist
98
96
- name : Download Wheels
99
97
uses : actions/download-artifact@v4
100
98
with :
101
- name : dist-*
99
+ pattern : dist-*
102
100
path : dist
103
101
merge-multiple : true
104
102
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ classifiers = [
28
28
"issue tracker" = " https://github.com/craftablescience/sourcepp/issues"
29
29
"funding" = " https://ko-fi.com/craftablescience"
30
30
31
+
31
32
[tool .scikit-build ]
32
33
minimum-version = " build-system.requires"
33
34
build-dir = " build/{wheel_tag}"
@@ -44,7 +45,6 @@ logging.level = "INFO"
44
45
[tool .cibuildwheel ]
45
46
archs = [" auto64" ]
46
47
enable = [" pypy" ]
47
- build-verbosity = 1
48
48
# test-command = "pytest {project}/test"
49
49
# test-requires = "pytest"
50
50
You can’t perform that action at this time.
0 commit comments