From c366a18e4fdb1d3de562ec59f04982d66bdba812 Mon Sep 17 00:00:00 2001 From: Patricia Grubel Date: Mon, 1 Apr 2024 13:50:18 -0600 Subject: [PATCH] Update RELEASE.rst --- RELEASE.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 7746fc87e..e894007c8 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -19,8 +19,12 @@ Verify all current changes in develop run correctly on nightly tests. that matches the version in pyproject.toml 6. Follow step 2 but uncheck Allow specified actors to bypass and don't forget save 7. Log into your PYPI account and get a token for hpc-beeflow. -8. Finally, on the command line: checkout the main branch and make sure you pull it - Then ``poetry build``, ``poetry publish -u __token__ -p pypi-`` +8. Finally, on the command line: checkout the main branch and make sure you pull the latest verison + + Then publish by: + ``poetry build`` + + ``poetry publish -u __token__ -p pypi-`` Check the documentation at: `https://lanl.github.io/BEE/ `_