Skip to content

Commit 36cbc4b

Browse files
Copilotscbedd
andauthored
cibuildwheel not necessary in build-system metadata for azure-storage-extensions (#46226)
* Add extra line to dev_requirements.txt to trigger build * Fix macOS build failure: remove cibuildwheel from build-system.requires Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/809a13fb-9b10-4e29-803b-aa41cf835a2b Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Add comment to pyproject.toml to clarify cibuildwheel is not a build-system dep (forces new CI run) Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/663065b9-1da4-4b14-a932-3e518854a48f Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Apply suggestion from @scbedd Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent 4d53051 commit 36cbc4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdk/storage/azure-storage-extensions/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ breaking = false
1313
suppressed_skip_warnings = ["*"]
1414

1515
[build-system]
16-
requires = ["setuptools", "wheel", "cibuildwheel"]
16+
# cibuildwheel is NOT a build-system dependency; it is the outer orchestration tool
17+
requires = ["setuptools", "wheel"]
1718

1819
[tool.cibuildwheel]
1920
build = ["cp39*", "pp39*", "pp310*", "pp311*"]

0 commit comments

Comments
 (0)