diff --git a/tox.ini b/tox.ini index 015d167..72cd226 100644 --- a/tox.ini +++ b/tox.ini @@ -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