Fix travis

set_environment v0.7.1
Christophe Mehay 4 years ago
parent c53175a360
commit 71b30f4e31

@ -9,10 +9,10 @@ install:
- poetry install -v
script:
- make test
before_deploy:
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
- poetry build
deploy:
before_deploy:
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
- poetry build
provider: script
script: poetry publish
on:

Loading…
Cancel
Save