mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
Fix travis
This commit is contained in:
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…
Reference in New Issue
Block a user