Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Mar 23, 2021
1 parent 4469d82 commit 0ad6192
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/developer_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,16 +232,17 @@ Release Instructions
# Remove old dist packages
rm -rf dist/*
poetry build
* Run `git tag <NEW_VERSION>`.
* Verify that the files in the dist/* folder have the correct version (no dirty, no sha).

* Run the following to release.

.. code-block:: bash
poetry publish
poetry publish --build
* Enter your PyPI username and password
* (If the build fails) verify that the files in the dist/* folder have the correct version (no dirty, no sha).
* Build and release the documentation.

.. code-block:: bash
Expand Down

0 comments on commit 0ad6192

Please sign in to comment.