This tool is a CLI which provides the following automation:
- Fetch the list of available repositories and releases
- Download the latest build of a Python package
- Install Twine (if not already installed)
- Sign and publish the package to PyPI (or TestPyPI)
Requirements
This tool assumes that you have the signing key used to sign Python packages already configured on your system. It will be used when publishing the package to PyPI.
Usage
Install the @ietf-tools/pypi-publish
NPM package globally using:
npm install -g @ietf-tools/pypi-publish
Then run (from any location):
pypi-publish
Enter the necessary info as prompted.
License
BSD-3-Clause