Skip to content

Commit 72be3c8

Browse files
committed
Update notes on release process
1 parent edde27f commit 72be3c8

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ python -m unittest discover tests
1818
flake8 . && flake8 tests
1919
```
2020

21-
## Packaging and distributing
21+
## Packaging and Distribution
2222

23-
Update version in `pyproject.toml`, `setup.cfg` and `pylasu/__version__.py` _(TODO do we need all three?)_,
24-
commit and check that CI completes normally. Then run:
23+
Update version in `setup.cfg` and `pylasu/__version__.py` _(TODO do we need both?)_,
24+
commit and check that CI completes normally.
25+
26+
Ensure that you have build and twine installed:
27+
28+
```shell
29+
pip install build twine
30+
```
31+
32+
Then run:
2533

2634
```shell
2735
rm dist/*

0 commit comments

Comments
 (0)