Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 1, 2024
1 parent d713eef commit a11c3f4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-<long-token>
```
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-<long-token>``


Check the documentation at: `https://lanl.github.io/BEE/ <https://lanl.github.io/BEE/>`_
Expand Down

0 comments on commit a11c3f4

Please sign in to comment.