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: docs/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -906,7 +906,7 @@ The following placeholders must be used inside the command and will be replaced
906
906
-`{dest_dir}` for the absolute path of the directory where to create the repaired wheel
907
907
-`{delocate_archs}` (macOS only) comma-separated list of architectures in the wheel.
908
908
909
-
You can use the `{project}`placeholder in your `repair-wheel-command` to the project root.
909
+
You can use the `{package}` or `{project}`placeholders in your `repair-wheel-command` to refer to the package being built or the project root, respectively.
910
910
911
911
The command is run in a shell, so you can run multiple commands like `cmd1 && cmd2`.
0 commit comments