Skip to content

Commit ce92bbb

Browse files
committed
Wheelhouse V3
1 parent b7026ba commit ce92bbb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/wheels_v3.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717

18+
env:
19+
CIBW_BUILD_VERBOSITY: 1
20+
1821
steps:
1922
- uses: actions/checkout@v4
2023
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "numpy>=1.15", "Cython>=0.29"]
2+
requires = ["setuptools", "wheel", "numpy>=1.15", "Cython>=0.29"]
3+
4+
5+
[tool.cibuildwheel]
6+
build-verbosity = 1

0 commit comments

Comments
 (0)