Skip to content

Commit c707fd0

Browse files
fixup! fixup! fixup! fixup! Include the binary in repo
1 parent b46f6bc commit c707fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v4.2.0(TBD)
1111
- Added support for async I/O. Asynchronous version of connector is available via `snowflake.connector.aio` module.
12-
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions
12+
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions.
1313
- v4.1.1(TBD)
1414
- Relaxed pandas dependency requirements for Python below 3.12.
1515
- Changed CRL cache cleanup background task to daemon to avoid blocking main thread.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-verbosity = 1
1616
[tool.cibuildwheel.linux]
1717
archs = ["x86_64", "aarch64"]
1818
# Exclude pre-built minicore libraries from auditwheel repair
19-
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel} --exclude libsf_mini_core.so"
19+
repair-wheel-command = ""
2020

2121
[tool.cibuildwheel.macos]
2222
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)