Skip to content

Deployment

Samuel Kurath edited this page Apr 15, 2020 · 1 revision

geojson2vt is available on PyPi

Deploy

The deployment process in integrated into the CI/CD setup based on Travis CI

To deploy a new releas on PyPI just merge your changes into the release branch and bump the version number of the setup.py file.

After a push to GitHub, Tavis CI will do the rest.

Clone this wiki locally