Skip to content

Commit ce57755

Browse files
committed
Normalize TestPyPI
1 parent 7e633c9 commit ce57755

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,14 +446,13 @@ Uploading the distribution archives
446446

447447
Finally, it's time to upload your package to the Python Package Index!
448448

449-
The first thing you'll need to do is register an account on Test PyPI, which
449+
The first thing you'll need to do is register an account on TestPyPI, which
450450
is a separate instance of the package index intended for testing and
451451
experimentation. It's great for things like this tutorial where we don't
452452
necessarily want to upload to the real index. To register an account, go to
453453
https://test.pypi.org/account/register/ and complete the steps on that page.
454454
You will also need to verify your email address before you're able to upload
455-
any packages. For more details on Test PyPI, see
456-
:doc:`/guides/using-testpypi`.
455+
any packages. For more details, see :doc:`/guides/using-testpypi`.
457456

458457
To securely upload your project, you'll need a PyPI `API token`_. Create one at
459458
https://test.pypi.org/manage/account/#api-tokens, setting the "Scope" to "Entire
@@ -533,7 +532,7 @@ and install your package from TestPyPI:
533532
534533
Make sure to specify your username in the package name!
535534

536-
pip should install the package from Test PyPI and the output should look
535+
pip should install the package from TestPyPI and the output should look
537536
something like this:
538537

539538
.. code-block:: text
@@ -584,7 +583,7 @@ Next steps
584583

585584
Keep in mind that this tutorial showed you how to upload your package to Test
586585
PyPI, which isn't a permanent storage. The Test system occasionally deletes
587-
packages and accounts. It is best to use Test PyPI for testing and experiments
586+
packages and accounts. It is best to use TestPyPI for testing and experiments
588587
like this tutorial.
589588

590589
When you are ready to upload a real package to the Python Package Index you can

0 commit comments

Comments
 (0)