Yea, instead of testpypi.python.org you’d use test.pypi.org. Specifically for uploading you’d use something like:
[testpypiorg] repository:https://test.pypi.org/legacy/ username: <username> password: <password> For downloading it’d be something like test.pypi.org/simple/ > On Aug 1, 2016, at 6:39 PM, Anna Ravenscroft <[email protected]> wrote: > > So for testing, we direct testpypi (in the pypirc) to test.pypi.org > <http://test.pypi.org/>, right? > > On Mon, Aug 1, 2016 at 3:26 PM, Donald Stufft <[email protected] > <mailto:[email protected]>> wrote: > Just an FYI, test.pypi.org <http://test.pypi.org/> is now active (this is the > Warehouse instance backed by Test PyPI). Once > https://github.com/pypa/warehouse/pull/1416 > <https://github.com/pypa/warehouse/pull/1416> is deployed and merged > test.pypi.io <http://test.pypi.io/> will start to redirect to test.pypi.org > <http://test.pypi.org/>. > > No changes to pypi.io <http://pypi.io/> have occurred yet, we’re still > waiting on the EV Certificate to be deployed for that. > > — > Donald Stufft > > > > _______________________________________________ > Distutils-SIG maillist - [email protected] > <mailto:[email protected]> > https://mail.python.org/mailman/listinfo/distutils-sig > <https://mail.python.org/mailman/listinfo/distutils-sig> > > > > -- > cordially, > Anna — Donald Stufft
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
