We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213118f commit 64dcc9cCopy full SHA for 64dcc9c
1 file changed
CONTRIBUTING.rst
@@ -26,7 +26,4 @@ To publish manually:
26
27
.. code-block:: bash
28
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/*
+ tox -e publish -- upload
0 commit comments