Skip to content
Snippets Groups Projects
Commit f7128929 authored by Rob Moss's avatar Rob Moss
Browse files

Update the package publishing instructions

parent 0fdee60a
No related branches found
No related tags found
No related merge requests found
[distutils]
index-servers =
pypi
pypitest
......@@ -58,12 +58,7 @@ Ensure that ``twine`` is installed:
pip install twine
Define the PyPI server(s) in ``.pypirc``:
.. literalinclude:: ../.pypirc
:language: ini
Build the wheel ``./dist/pypfilt-X.Y.Z-py2.py3-none-any.whl``:
Build the wheel ``./dist/pypfilt-X.Y.Z-py3-none-any.whl``:
.. code-block:: shell
......@@ -74,7 +69,7 @@ Upload this wheel to the PyPI **test** server, so that any problems can be
.. code-block:: shell
twine upload -r pypitest dist/pypfilt-X.Y.Z-py2.py3-none-any.whl
twine upload -r testpypi dist/pypfilt-X.Y.Z-py3-none-any.whl
Then upload this wheel to PyPI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment