Skip to content

Commit

Permalink
Merge pull request #806 from jcb91/ci
Browse files Browse the repository at this point in the history
fix tox env pypi_upload
  • Loading branch information
jcb91 committed Nov 28, 2016
2 parents 606a500 + 63d45d0 commit 5ebaa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ commands = python setup.py sdist bdist_wheel
skip_install = true
whitelist_externals = bash
deps = twine
commands = bash -c \"twine upload dist/*\"
commands = bash -c \"twine upload dist/jupyter_contrib_nbextensions*\"

[testenv:condarecipe]
skip_install = true
Expand Down

0 comments on commit 5ebaa35

Please sign in to comment.