Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63aa418

Browse files
committed
c: Verify that wheels can be installed after building
This is just a simple check to ensure that everything isn't _entirely_ broken.
1 parent 9700f74 commit 63aa418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
git clean -fxd build
4343
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
4444
delvewheel repair -w {dest_dir} {wheel}
45+
# Just verify that the wheel can be installed.
46+
CIBW_TEST_COMMAND: "echo Wheel installed"
4547
strategy:
4648
matrix:
4749
os: [ubuntu-20.04, windows-latest, macos-11]

0 commit comments

Comments
 (0)