File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,19 +109,16 @@ make cpp-test # run C++ tests
109109make shell # enter IPython shell
110110```
111111
112- The Makefiles provided have self-documenting targets. To find out which
113- targets are available, type:
112+ To find out which Make targets are available, type:
114113
115114``` bash
116115make help
117116```
118117
119118### Distribution
120119
121- The wheels are built using
122- [ cibuildwheel] ( https://cibuildwheel.readthedocs.io/ ) and are distributed
123- to PyPI using GitHub actions using [ this
124- workflow] ( .github/workflows/publish.yml ) . The wheels contain compiled
120+ The wheels are built using [ cibuildwheel] ( https://cibuildwheel.readthedocs.io/ )
121+ and are distributed to PyPI using GitHub actions. The wheels contain compiled
125122binaries and are available for the following platforms: windows-amd64,
126123ubuntu-x86, linux-x86\_ 64, linux-aarch64, and macosx-x86\_ 64.
127124
You can’t perform that action at this time.
0 commit comments