File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -404,18 +404,16 @@ the ``pypi-`` prefix.
404
404
405
405
After the command completes, you should see output similar to this:
406
406
407
- .. code-block :: bash
407
+ .. code-block ::
408
408
409
409
Uploading distributions to https://test.pypi.org/legacy/
410
- Enter your username: [your username]
411
- Enter your password:
410
+ Enter your username: __token__
412
411
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 • ?
414
413
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 • ?
416
415
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:
419
417
``https://test.pypi.org/project/example_package_YOUR_USERNAME_HERE ``.
420
418
421
419
You can’t perform that action at this time.
0 commit comments