Skip to content

Commit 64dcc9c

Browse files
committed
Update manual publishing instructions
1 parent 213118f commit 64dcc9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ To publish manually:
2626

2727
.. code-block:: bash
2828
29-
python -m venv venv
30-
venv/bin/pip install pep517 twine
31-
venv/bin/python -m pep517.build .
32-
venv/bin/twine upload dist/*
29+
tox -e publish -- upload

0 commit comments

Comments
 (0)