You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update instructions for publishing releases of the Python runtime
* Added instructions on how to install the tools needed to build and
publish the Python runtime.
* Fixed formatting of __version__ variable name (the double underscores
were previously recognized as Asciidoc italics syntax).
* Added step for deleting old built distributions before building new
ones, so that files left over from previous builds can't be uploaded
by accident.
* Added build of wheel in addition to source distribution to the build
step (see kaitai-io/kaitai_struct_python_runtime#25).
* Added `twine check` step to perform basic checks on the distributions
before uploading.
* Changed upload instructions from the deprecated `setup.py upload`
command to the now recommended `twine upload`.
* Updated instructions for providing credentials when uploading. They
now no longer need to be stored in an insecure plain text file.
* Updated PyPI URLs.
* Changed `git push` command so that only the just created tag is
pushed, and not any other tags that might exist locally.
0 commit comments