Fix travis

set_environment
Christophe Mehay 4 years ago
parent 71b30f4e31
commit 50540203b1

@ -11,10 +11,9 @@ script:
- make test
before_deploy:
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
- poetry build
deploy:
provider: script
script: poetry publish
script: poetry build && poetry publish
on:
tags: true
env:

Loading…
Cancel
Save