We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70253f8 commit 7ee8f11Copy full SHA for 7ee8f11
1 file changed
.github/workflows/python_packages.yml
@@ -64,6 +64,7 @@ jobs:
64
CIBW_SKIP: "*-win32"
65
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
66
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path C:/vcpkg/installed/x64-windows/bin --no-mangle-all -v -w {dest_dir} {wheel}"
67
+ MSBUILDDISABLENODEREUSE: "1"
68
69
steps:
70
- uses: actions/checkout@v3
0 commit comments