Hi, I've found myself having to use pip build tags a few times now, to update wheels on pypi without doing a new release. I wrote up a page explaining how they work, including a small script to add a build tag to your wheel filename:
https://github.com/MacPython/wiki/wiki/Build-Tags I've also hit problems using twine to upload wheels that don't have a properly formed email address for the maintainer. Here's a little script to set the author email address for a wheel, to fix uploading via twine: https://gist.github.com/matthew-brett/3cb5b19decdc717bd05123b65884e04c Cheers, Matthew _______________________________________________ Wheel-builders mailing list Wheel-builders@python.org https://mail.python.org/mailman/listinfo/wheel-builders