Skip to content

Commit

Permalink
Update notes on release process
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Nov 21, 2023
1 parent edde27f commit 72be3c8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ python -m unittest discover tests
flake8 . && flake8 tests
```

## Packaging and distributing
## Packaging and Distribution

Update version in `pyproject.toml`, `setup.cfg` and `pylasu/__version__.py` _(TODO do we need all three?)_,
commit and check that CI completes normally. Then run:
Update version in `setup.cfg` and `pylasu/__version__.py` _(TODO do we need both?)_,
commit and check that CI completes normally.

Ensure that you have build and twine installed:

```shell
pip install build twine
```

Then run:

```shell
rm dist/*
Expand Down

0 comments on commit 72be3c8

Please sign in to comment.