File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,18 +404,16 @@ the ``pypi-`` prefix.
404404
405405After the command completes, you should see output similar to this:
406406
407- .. code-block :: bash
407+ .. code-block ::
408408
409409 Uploading distributions to https://test.pypi.org/legacy/
410- Enter your username: [your username]
411- Enter your password:
410+ Enter your username: __token__
412411 Uploading example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
413- 100%| █████████████████████ | 4.65k/4.65k [ 00:01< 00:00, 2.88kB/s]
412+ 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 kB • 00:01 • ?
414413 Uploading example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
415- 100%| █████████████████████ | 4.25k/4.25k [ 00:01< 00:00, 3.05kB/s]
414+ 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 kB • 00:00 • ?
416415
417-
418- Once uploaded your package should be viewable on TestPyPI; for example:
416+ Once uploaded, your package should be viewable on TestPyPI; for example:
419417``https://test.pypi.org/project/example_package_YOUR_USERNAME_HERE ``.
420418
421419
You can’t perform that action at this time.
0 commit comments