Skip to content

Commit 49ee065

Browse files
listing the cur dir before running delvewheel
1 parent 156d5e6 commit 49ee065

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
6060
[tool.cibuildwheel.windows]
6161
before-build = [
6262
"pip install delvewheel",
63-
"cat vcpkg-configuration.json",
64-
"cat vcpkg.json",
63+
"ls -a",
6564
]
6665
# vcpkg_installed is not in the vcpkg dir -- where is it?
6766
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"

0 commit comments

Comments
 (0)