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 133de43 commit 92a2f53Copy full SHA for 92a2f53
ci/build_windows.bat
@@ -43,7 +43,7 @@ py -%pv% -m build --outdir dist\rawwheel --wheel .
43
if %errorlevel% neq 0 goto :error
44
45
:: patch the wheel by including its dependencies
46
-py -%pv% -m delvewheel repair -vv -w dist dist\rawwheel\*
+py -%pv% -m delvewheel repair -vv -w dist --namespace-pkg snowflake dist\rawwheel\*
47
48
49
rd /s /q dist\rawwheel
0 commit comments