2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00

Fix travis

This commit is contained in:
Christophe Mehay 2020-05-24 21:27:09 +02:00
parent 71b30f4e31
commit 50540203b1

View File

@ -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: