Skip to content
Snippets Groups Projects
Commit 370dbe81 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[web] Wrap cibuildwheel in backticks

parent f9d846a5
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ You can test it locally with, e.g. only building for Python 3.10:
CIBW_BUILD="cp310*" pipx run cibuildwheel
```
Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [cibuildwheel docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information.
Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [`cibuildwheel` docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information.
Wheels are generated in the `wheelhouse/`-folder.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment