- Download and install Docker
-
Run the update script:
./update_generated_code.sh
-
Add the license header back to the generated source file.
-
Bump the version number in
setup.py
.
-
Create an account on PyPI that has permissions to publish to the gtfs-realtime-bindings project.
-
Install twine:
pip install -U pip setuptools twine
- Build and deploy the package to PyPI - you'll be prompted for your login info from the command-line:
python setup.py sdist
twine upload dist/*