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: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,20 @@ Space-separated list of dependencies required for running the tests.
132
132
Example: `pytest`
133
133
Example: `nose==1.3.7 moto==0.4.31`
134
134
135
+
| Environment variable: `CIBW_BEFORE_BUILD`
136
+
| ---
137
+
138
+
Optional.
139
+
140
+
Shell command to run before building the wheel. This option allows you to run a command in **each** Python environment before the `pip wheel` command. This is useful if you need to set up some dependency so it's available during the build.
141
+
142
+
The active Python binary can be accessed using `{python}`, and pip with `{pip}`. These are useful when you need to write `python3` or `pip3` on a Python 3.x build.
0 commit comments