Skip to content

Commit e75725b

Browse files
committed
update readme
1 parent b35224e commit e75725b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,16 @@ make cpp-test # run C++ tests
109109
make 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
116115
make 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
125122
binaries and are available for the following platforms: windows-amd64,
126123
ubuntu-x86, linux-x86\_64, linux-aarch64, and macosx-x86\_64.
127124

0 commit comments

Comments
 (0)