Closed akorosov closed 4 years ago
A problem that potentially may arise with auto-deployment is that Travis should build Nansat before pushing to Pypi. And currently building Nansat is only possible with the help of docker container. Something like docker run -v $PWD:/src nansat_base python setup.py sdist
and only then twine upload ...
. So maybe automatic deployment with pypi module will not be possible and a seprate script is needed...
It would be nice to also automate deploying of Nansat to pypi: https://docs.travis-ci.com/user/deployment/pypi/