Fix travis

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

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

Loading…
Cancel
Save