Skip to content

Commit d83bcbd

Browse files
committed
amend
1 parent 0745573 commit d83bcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deploy:
6060
env | sed 's/^/export /g' > env && \
6161
docker run --rm \
6262
-v "$(pwd):/io" \
63-
-w /io
63+
-w /io \
6464
--entrypoint bash \
6565
library/python \
6666
-c "source env && pip install twine && twine check wheelhouse/* && twine upload wheelhouse/*"

0 commit comments

Comments
 (0)