Update release tips

alpha4
Tyler Goodlet 2021-12-18 16:22:13 -05:00
parent f9400b4beb
commit cdef579d22
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ release name such as `alpha3/` when there's been a sequence of
releases I've made, but it really is up to you how you like to releases I've made, but it really is up to you how you like to
organize generated sdists locally. organize generated sdists locally.
The resulting build cmds are approximately:
.. code:: bash
python setup.py sdist -d ./dist/XXX.X/
twine upload -r testpypi dist/XXX.X/*
twine upload dist/XXX.X/*
.. _documented by twine: https://twine.readthedocs.io/en/latest/#using-twine .. _documented by twine: https://twine.readthedocs.io/en/latest/#using-twine