Skip to content

Commit

Permalink
Update documentation to use twine instead of setup.py upload
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Apr 22, 2019
1 parent 77643d0 commit c5048bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/ADMINISTRATA.rst
Expand Up @@ -245,9 +245,9 @@ Upload

Tag the repository as appropriate (see `Git practices`_ above).

Upload the build products to PyPI::
Upload the build products to PyPI with twine_::

$ python setup.py sdist upload
$ twine upload dist/FiPy-${FIPY_VERSION}.tar.gz

Upload the build products and documentation from :file:`dist/` and
the web site to CTCMS ::
Expand Down Expand Up @@ -294,5 +294,6 @@ Make an announcement to `fipy@nist.gov`_
.. _request a pull request review: https://help.github.com/en/articles/requesting-a-pull-request-review
.. _merge the pull request: https://help.github.com/en/articles/merging-a-pull-request
.. _Squash and merge: https://help.github.com/en/articles/about-pull-request-merges/#squash-and-merge-your-pull-request-commits
.. _twine: https://pypi.org/project/twine
.. _fipy-feedstock: https://github.com/conda-forge/fipy-feedstock
.. _fipy@nist.gov: mailto:fipy@nist.gov

0 comments on commit c5048bd

Please sign in to comment.