Skip to content

Commit 92a2f53

Browse files
sfc-gh-mmishchenkosfc-gh-pczajka
authored andcommitted
SNOW-2267257 move delvewheel patch to snowflake.connector (#2481)
1 parent 133de43 commit 92a2f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ py -%pv% -m build --outdir dist\rawwheel --wheel .
4343
if %errorlevel% neq 0 goto :error
4444

4545
:: patch the wheel by including its dependencies
46-
py -%pv% -m delvewheel repair -vv -w dist dist\rawwheel\*
46+
py -%pv% -m delvewheel repair -vv -w dist --namespace-pkg snowflake dist\rawwheel\*
4747
if %errorlevel% neq 0 goto :error
4848

4949
rd /s /q dist\rawwheel

0 commit comments

Comments
 (0)