dkriegner / xrayutilities

xrayutilities - a package with useful scripts for X-ray diffraction physicists
http://xrayutilities.sourceforge.io
GNU General Public License v2.0
81 stars 29 forks source link

missing manylinux wheels: evaluate the use of cibuildwheel #111

Closed dkriegner closed 3 years ago

dkriegner commented 3 years ago

cibuildwheel could help to make manylinux wheels on azure. the wheels generated by tox can not be distributed on pypi (see PEP 513).

This is maybe not a major issue since most linux users have build toolchains. If anybody misses this feature please comment in this issue

dkriegner commented 3 years ago

implemented by #112 and subsequent commits

This should remain open until a new release with this tarballs is made

dkriegner commented 3 years ago

For every commit to master the wheel files are built automatically after successful testing. In pull requests they are not built.

The wheel files are available for everybody for testing via pip install --user --upgrade xrayutilities --extra-index-url https://pkgs.dev.azure.com/dominikkriegner/xrayutilities/_packaging/xrayutilities-dev/pypi/simple

dkriegner commented 3 years ago

v1.7.1 (and later) includes manylinux wheels on pypi