Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 16, 2024
1 parent e6e9f9d commit 6a07c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Open `docs/_build/html/index.html` in a web browser to check the results
* [Register an account](https://test.pypi.org/account/register/)
* [Create an API token](https://test.pypi.org/manage/account/#api-tokens) (setting the "Scope" to "Entire account")
* [Add API token](https://packaging.python.org/en/latest/specifications/pypirc/#using-a-pypi-token) to your `$HOME/.pypirc` file
* Increment the project version in `pyproject.toml`
* Commit and push all local changes to GitHub
* Clear the build directory: `rm -r dist`
* Generate distribution archives: `python -m build`
* Check the results: `twine check dist/*`
* Upload distribution archives:
Expand Down

0 comments on commit 6a07c48

Please sign in to comment.