September 2016
Intermediate to advanced
454 pages
9h 23m
English
We released the distribution to the PyPI test repository as it was just a toy problem. For more serious stuff, you should deploy the package to the PyPI main repository, https://pypi.python.org/pypi. As an exercise, deploy a package on the main PyPI server. The process is similar to what we discussed earlier.
.pypirc file, create a new profile to store credentials for the main server. See the following illustration for an inspiration:[distutils] index-servers= pypitest pypimain [pypimain] repository = https://pypi.python.org/pypi username=<add PyPI main username> password=<add PyPI main password> [pypitest] ...
Read now
Unlock full access