PagerDuty/pdpyras

Publishing wheels on PyPI

Opened this issue ยท 1 comments

Hey ๐Ÿ‘‹

I noticed that you aren't currently publishing any wheel binaries on PyPI. If you'd be able to do this, it would really help from a platform compatibility perspective as we generally run pip install with a specific --platform and --only-binary=:all:, meaning we can only download wheels.

There's also a bunch of other advantages like a faster install and a generally more consistent / reliable experience.

Thanks!

To make this more portable and usable to other maintainers, I will take some time to investigate possible solutions involving CircleCI (versus using Vagrant or other local virtualization solutions to build for multiple architectures). I will probably be revisiting alternate documentation hosting to GitHub pages and a CircleCI-powered documentation build, which will overlap a lot with this.