Skip to content

Commit 7591a0f

Browse files
authored
Update Twine output (#1118)
1 parent 612d426 commit 7591a0f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -404,18 +404,16 @@ the ``pypi-`` prefix.
404404

405405
After 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

0 commit comments

Comments
 (0)