Listing multiple versions on pypi

I am using setup.py/distutils to distribute the package. How can I specify multiple released py package versions on pypi using setup.py/distutils? right now, when I submit the latest version, it replaces all previous versions on the pypi package page and restarts the # downloads counter. Thanks.

+7
source share
1 answer

Log in to PyPi , select your package, you can select old versions and / or disable the automatic hide function.

+3
source

All Articles