This commit is contained in:
Peter D. Gray 2023-09-13 10:11:14 -04:00
parent 52b5950105
commit 1ff205f668
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -35,4 +35,4 @@ To build to release for Pypi:
- `python3 setup.py sdist bdist_wheel`
- maybe delete old version from `./dist`
- tag source code with new version (at this point)
- `twine upload dist/*` when ready.
- `twine upload dist/*1.x.y*` when ready, use `__token__` as username, and API token as password