luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
844 stars 148 forks source link

Add workflow actions to build wheels for linux, macos, win32, and win64. #114

Closed nathanhillyer closed 4 years ago

nathanhillyer commented 4 years ago

These actions provide prebuilt binaries for users of Linux, macOS, Windows (x86), and Windows (x64).

These actions will be triggered when mahotas/mahotas_version.py is updated on the master branch.

PYPI_USERNAME & PYPI_PASSWORD will need to be added to the repository secrets for these to work.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 97.18% when pulling be9c56d808172e953eb9213d95eb74ee79565db8 on nathanhillyer:master into 0c3cc25d6a38c36b0865e7932e7153a6a027ac19 on luispedro:master.

luispedro commented 4 years ago

Thank you! This seems excellent. The only thing I would change would be to trigger on tagging.

nathanhillyer commented 4 years ago

Thanks @luispedro. I added a change to trigger on tags fitting the v* pattern.