From cc774ec302d3c3237515d5bbfb8a7cfb08d9b14c Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:27:05 -0800 Subject: [PATCH] oops - update build command --- PUBLISHING.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PUBLISHING.rst b/PUBLISHING.rst index 60fb514a..2f0ed716 100644 --- a/PUBLISHING.rst +++ b/PUBLISHING.rst @@ -53,8 +53,7 @@ Then go through the steps of publishing the changed code to PyPI: 1. :code:`cd` into the root of your clone of the trtools repo, checkout master and pull the latest change. 2. Run :code:`rm -rf build dist *.egg-info` to make sure all previous build artifacts are removed -3. Run :code:`pip install build` to build the package with the version number you just tagged. -4. Run :code:`python -m build --wheel --sdist` to create the package distribution files. +3. Run :code:`python -m build` to build the package with the version number you just tagged. (Note: you might need to run :code:`pip install build` to install ``build`` first.) 5. Run :code:`twine upload dist/*` to upload the distribution to PyPI Lastly, the change needs to be published to bioconda.