small changes to readme
This commit is contained in:
parent
44d82c5a54
commit
cabd4c304b
1 changed files with 4 additions and 4 deletions
|
@ -161,9 +161,9 @@ environment.
|
||||||
|
|
||||||
### Packaging
|
### 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`
|
0. `pip-sync requirements.txt dev-requirements.txt`
|
||||||
1. Increment `version` in `setup.cfg`.
|
1. Increment `__version__` in `pass2csv.py`.
|
||||||
2. `python3 -m build`
|
2. `rm -rf dist/* && python3 -m build`
|
||||||
4. `python3 -m twine upload dist/*version*`
|
4. `python3 -m twine upload dist/*`
|
||||||
|
|
Loading…
Reference in a new issue