On 26 July 2017 at 13:05, Alex Walters <tritium-l...@sdamon.com> wrote: > If I remember correctly, RPM, DMG, and DPKG (if there was a DPKG distutils > option) were disabled from uploading to pypi. I believe the recommendation > is to use manylinux1 wheels or to set up private distro specific > repositories.
Yep, cutting back the supported file types in PyPI to only those used by automated Python level clients (i.e. sdist, wheel, egg) was a deliberate design decision: https://www.python.org/dev/peps/pep-0527/ That policy change means that platform specific installers (RPMs, MSI, DMG, Windows exes) need to be hosted outside PyPI now, and the message reported from twine about RPM being an unknown distribution format for the Python level tooling is an accurate one. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig