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 8f0361d commit 3f11a24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ env:
- PYTHON=cp37-cp37m

install:
- echo $PWD
- pip install pip twine -U
- mkdir dist

script:
- docker run -v ${TRAVIS_BUILD_DIR}/dist:/dist/ bakatrouble/pytgvoip-builder ${PYTHON}
- echo $PWD
- docker run -v dist:/dist/ bakatrouble/pytgvoip-builder ${PYTHON}

deploy:
provider: script
script: ls && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD ${TRAVIS_BUILD_DIR}/dist/*.whl
script: echo $PWD && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD ${TRAVIS_BUILD_DIR}/dist/*.whl
on:
branch: master
# tags: true

0 comments on commit 3f11a24

Please sign in to comment.