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 53d248e commit 8f0361d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:

deploy:
provider: script
script: twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD ${TRAVIS_BUILD_DIR}/dist/*.whl
script: ls && twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD ${TRAVIS_BUILD_DIR}/dist/*.whl
on:
branch: master
# tags: true
2 changes: 1 addition & 1 deletion ci_scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
cd /tmp
git clone https://github.com/bakatrouble/pytgvoip --recursive
cd pytgvoip
/opt/python/$1/bin/python setup.py bdist_wheel
BUILD=1 /opt/python/$1/bin/python setup.py bdist_wheel
/opt/python/$1/bin/auditwheel repair --plat manylinux2010_x86_64 dist/*.whl
cp wheelhouse/*.whl /dist/
cd ..
Expand Down

0 comments on commit 8f0361d

Please sign in to comment.