You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fromager/__main__.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,10 @@
79
79
type=clickext.ClickPath(),
80
80
help="location to manage wheel repository",
81
81
)
82
+
@click.option(
83
+
"--build-wheel-server-url",
84
+
help="An optional URL for external web server for building wheels, to replace the built-in server. Must be configured to serve the path specified for --wheels-repo.",
0 commit comments