python - How to fix the issue "PyPI-test not found in .pypic" when submit package to PyPI? -
I followed the guide to submit a package. This is the error given below: My OS and What is the reason for this and how it is decided? Ensure that your .pypirc file is in your / home directory. [distutils] # It tells distutils what package indexes you index server = PyPI # Live PyPI PyPI- Test # test can push to PyPI [PyPI] # authentication detai LS for live PEP repository: https://PyPI.pythth.org/PyPI Username: {{username}} password: {{password}} [ POPI-Test] # Authentication details for PPI repository: https: // testPyPI. Python.org/PyPI Username: {{username}}
CentOS release 6.2 (last) and Python env
Python 2.6.6 .
Comments
Post a Comment