Add `notes_to_self/howtorelease.md` reminder doc

aio_abandons
Tyler Goodlet 2024-12-09 18:14:11 -05:00
parent 8d190bb505
commit 0fe6f63012
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
First generate a built disti:
```
python -m pip install --upgrade build
python -m build --sdist --outdir dist/alpha5/
```
Then try a test ``pypi`` upload:
```
python -m twine upload --repository testpypi dist/alpha5/*
```
The push to `pypi` for realz.
```
python -m twine upload --repository testpypi dist/alpha5/*
```