We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abdd7b commit 0745573Copy full SHA for 0745573
.travis.yml
@@ -60,9 +60,10 @@ deploy:
60
env | sed 's/^/export /g' > env && \
61
docker run --rm \
62
-v "$(pwd):/io" \
63
+ -w /io
64
--entrypoint bash \
65
library/python \
- -c "source env && pip install twine && twine check /io/wheelhouse/* && twine upload /io/wheelhouse/*"
66
+ -c "source env && pip install twine && twine check wheelhouse/* && twine upload wheelhouse/*"
67
on:
68
all_branches: true
69
condition: $TRAVIS_TAG && $TWINE_USERNAME && $TWINE_PASSWORD
0 commit comments