Skip to content

Commit 0745573

Browse files
committed
amend
1 parent 6abdd7b commit 0745573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ deploy:
6060
env | sed 's/^/export /g' > env && \
6161
docker run --rm \
6262
-v "$(pwd):/io" \
63+
-w /io
6364
--entrypoint bash \
6465
library/python \
65-
-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/*"
6667
on:
6768
all_branches: true
6869
condition: $TRAVIS_TAG && $TWINE_USERNAME && $TWINE_PASSWORD

0 commit comments

Comments
 (0)