small changes to readme

This commit is contained in:
Rupus Reinefjord 2024-01-27 19:07:38 +01:00
parent 44d82c5a54
commit cabd4c304b
1 changed files with 4 additions and 4 deletions

View File

@ -161,9 +161,9 @@ environment.
### Packaging
See [https://packaging.python.org/tutorials/packaging-projects/](https://packaging.python.org/tutorials/packaging-projects/) for detailed info.
See [Python Packaging User Guide](https://packaging.python.org/tutorials/packaging-projects/) for detailed info.
0. `pip-sync requirements.txt dev-requirements.txt`
1. Increment `version` in `setup.cfg`.
2. `python3 -m build`
4. `python3 -m twine upload dist/*version*`
1. Increment `__version__` in `pass2csv.py`.
2. `rm -rf dist/* && python3 -m build`
4. `python3 -m twine upload dist/*`