Skip to content

Commit

Permalink
fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Apr 15, 2019
1 parent 2d4fc78 commit 53d248e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ install:
- mkdir dist

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

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

0 comments on commit 53d248e

Please sign in to comment.