Skip to content

Commit

Permalink
debug travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Apr 15, 2019
1 parent cc74eec commit 27e0899
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27e0899

Please sign in to comment.