Skip to content

Commit

Permalink
Update README, add twine as a dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Dec 19, 2024
1 parent 24ce6ed commit b77c0e4
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ Run unit tests using `pytest` (or `tox`, to test against multiple Python version

Tagged releases are built and pushed to PyPI automatically using a GitHub
workflow in the project. Update the project version in `pyproject.toml` and
tag the required commit with the same value to trigger a release.
tag the required commit with the same value to trigger a release. Packages
can also be built and uploaded manually, if desired.

Build the project locally using Poetry:
Build the project locally using Poetry, upload using `twine`:

poetry build
twine upload dist/*

## Installation

Expand Down
Loading

0 comments on commit b77c0e4

Please sign in to comment.