We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edde27f commit 72be3c8Copy full SHA for 72be3c8
1 file changed
README.md
@@ -18,10 +18,18 @@ python -m unittest discover tests
18
flake8 . && flake8 tests
19
```
20
21
-## Packaging and distributing
+## Packaging and Distribution
22
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:
+Update version in `setup.cfg` and `pylasu/__version__.py` _(TODO do we need both?)_,
+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:
33
34
```shell
35
rm dist/*
0 commit comments