Skip to content

Pushing to PyPI

Italo Cunha edited this page Sep 9, 2017 · 1 revision

Run python3 setup.py sdist upload to push pdyndns.py to PyPI. This is necessary if you make changes to pdyndns.py. You may need to bump the version number in setup.py.

If you need to rebuild the Docker images after uploading to PyPI, add --no-cache to docker-compose build.

Clone this wiki locally