diff --git a/docs/contributing.md b/docs/contributing.md index d41fd5b..8682915 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -128,8 +128,8 @@ poetry run ghp-import -n -p -f docs/_build/html - Draft a new release based on that most recent merge commit, using the new version as the tag -- Run `poetry build` to produce the distributable files - - Confirm the release draft on gitub -- The automatic release github action will push to PyPI. \ No newline at end of file +- The automatic release github action will push to PyPI. + +If you ever need distributable files, you can use the poetry build command locally.