-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to use
twine
instead of setup.py upload
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 :: | ||
|
@@ -294,5 +294,6 @@ Make an announcement to `[email protected]`_ | |
.. _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 | ||
.. _[email protected]: mailto:[email protected] |