From 27e089923b104962efec856869882e7c42708749 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Tue, 16 Apr 2019 02:25:09 +0300 Subject: [PATCH] debug travis ci --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7d6479..4edfa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,17 +13,15 @@ env: - PYTHON=cp37-cp37m install: - - echo $PWD - pip install pip twine -U script: - - echo $PWD - - docker run -v `pwd`:/dist/ bakatrouble/pytgvoip-builder ${PYTHON} - - ls + - docker run -v `pwd`/dist:/dist/ bakatrouble/pytgvoip-builder ${PYTHON} deploy: + skip_cleanup: true provider: script - script: ls && echo $PWD && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD *.whl + script: twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD dist/*.whl on: branch: master # tags: true