Tag an rc
QuLogic opened this issue · 7 comments
Please tag & upload a 3.6.0 release candidate to PyPI, so I can start building the Matplotlib rc docs against it.
https://pypi.org/project/mpl-sphinx-theme/ now has a 3.6 release.
Thanks! Can you also upload a wheel? I realized we're only Python here, but because @tacaswell added --prefer-binary
, the 3.6 doesn't install by default because 3.5 is the last one to have wheels.
OK,think I've done it correctly:
https://pypi.org/project/mpl-sphinx-theme/3.6.0/#files
I actually don't know the difference. Should I only upload one of these, or both each time.
Wheels are now the official PyPI distribution format, which can avoid requiring special package builders and such. But the sdist is also useful for other distributors. So in short, we should upload both.
Ran a test build and I think everything we changed is where it's expected.