Skip to content

Commit 05fc9a1

Browse files
ChrisRackauckastheacodes
authored andcommitted
Reference twine from Python3 (pypa#581)
pip doesn't necessarily add it to the path.
1 parent 660ea67 commit 05fc9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Once installed, run Twine to upload all of the archives under :file:`dist`:
249249

250250
.. code-block:: bash
251251
252-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
252+
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
253253
254254
You will be prompted for the username and password you registered with Test
255255
PyPI. After the command completes, you should see output similar to this:

0 commit comments

Comments
 (0)