From a11c3f4a93ed820998f67c6c713e7bf4dd2aaded Mon Sep 17 00:00:00 2001 From: Patricia Grubel Date: Mon, 1 Apr 2024 13:45:32 -0600 Subject: [PATCH] Fix document --- RELEASE.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index a52149cde..7746fc87e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -19,14 +19,8 @@ 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: - - ``` - git checkout main - git pull - poetry build - poetry publish -u __token__ -p pypi- - ``` +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-`` Check the documentation at: `https://lanl.github.io/BEE/ `_