@@ -446,14 +446,13 @@ Uploading the distribution archives
446446
447447Finally, 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
450450is a separate instance of the package index intended for testing and
451451experimentation. It's great for things like this tutorial where we don't
452452necessarily want to upload to the real index. To register an account, go to
453453https://test.pypi.org/account/register/ and complete the steps on that page.
454454You 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
458457To securely upload your project, you'll need a PyPI `API token `_. Create one at
459458https://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
537536something like this:
538537
539538.. code-block :: text
@@ -584,7 +583,7 @@ Next steps
584583
585584Keep in mind that this tutorial showed you how to upload your package to Test
586585PyPI, 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
588587like this tutorial.
589588
590589When you are ready to upload a real package to the Python Package Index you can
0 commit comments