Skip to content

Commit

Permalink
it is good practice to include source with pypi uploads.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 5, 2023
1 parent 83acfc4 commit 24abd63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/Contribution/Development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,9 @@ Assuming pypi upload credentials are in place, uploading a new release used to b
on older systems, or on newer ones::

python3 -m build --no-isolation
twine upload dist/metpx_sarracenia-2.22.6-py3-none-any.whl
twine upload dist/metpx_sarracenia-2.22.6-py3-none-any.whl dist/metpx_sarracenia-2.22.6.tar.gz

Should always include source (the .tar.gz file)
Note that the CHANGES.rst file is in restructured text and is parsed by pypi.python.org
on upload.

Expand Down

0 comments on commit 24abd63

Please sign in to comment.