vmprof / vmprof-python

vmprof - a statistical program profiler
http://vmprof.com
Other
433 stars 54 forks source link

Move CI to cibuildwheel #241

Closed mattip closed 8 months ago

mattip commented 2 years ago

Related to #223, #240. We have not released in quite a while. Since then travis-ci.org has become travis-ci.com and makes it expensive (in terms of credits) to build on macOS. Many projects have moved to cibuildwheel on top of github actions to build for x86_64, leaving only arm64/ppc/s390x on travis (I am pretty sure these are actually in the "Partner Queue" credit category and are free)

Bottom line: we should move windows, macOS and x86_64 linux/musl to cibuildwheel. This would also make it easier to trigger a release wheel build.

mattip commented 2 years ago

Still todo:

oberstet commented 2 years ago

cibuildwheel sounds neat! wasn't aware of that latest thingy. fwiw, rgd "upload to pypi", I'm using https://pypi.org/project/twine/ which works nice and robust

mattip commented 8 months ago

Closing, cibuildwheel wheels are now on PyPI