From 24abd63bb2b49acdde8889535dd6876179ac6928 Mon Sep 17 00:00:00 2001 From: Peter Silva Date: Sun, 5 Nov 2023 11:29:04 -0500 Subject: [PATCH] it is good practice to include source with pypi uploads. --- docs/source/Contribution/Development.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/Contribution/Development.rst b/docs/source/Contribution/Development.rst index 79978b6d4..04ef46a22 100644 --- a/docs/source/Contribution/Development.rst +++ b/docs/source/Contribution/Development.rst @@ -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.