Skip to content

Commit ec878f6

Browse files
committed
sneaky edits
1 parent d933e90 commit ec878f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ files in the :file:`dist` directory:
207207
.. code-block:: text
208208
209209
dist/
210-
example_pkg_your_username-0.0.1-py3-none-any.whl
211-
example_pkg_your_username-0.0.1.tar.gz
210+
example_pkg_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
211+
example_pkg_YOUR_USERNAME_HERE-0.0.1.tar.gz
212212
213213
.. note:: If you run into trouble here, please copy the output and file an issue
214214
over on `packaging problems`_ and we'll do our best to help you!
@@ -259,9 +259,9 @@ PyPI. After the command completes, you should see output similar to this:
259259
Uploading distributions to https://test.pypi.org/legacy/
260260
Enter your username: [your username]
261261
Enter your password:
262-
Uploading example_pkg_your_username-0.0.1-py3-none-any.whl
262+
Uploading example_pkg_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
263263
100%|█████████████████████| 4.65k/4.65k [00:01<00:00, 2.88kB/s]
264-
Uploading example_pkg_your_username-0.0.1.tar.gz
264+
Uploading example_pkg_YOUR_USERNAME_HERE-0.0.1.tar.gz
265265
100%|█████████████████████| 4.25k/4.25k [00:01<00:00, 3.05kB/s]
266266
267267

0 commit comments

Comments
 (0)