fix tox env pypi_upload

we don't want to upload dist/docs, as it's not a package
This commit is contained in:
Josh Barnes
2016-11-28 02:03:12 +00:00
parent 606a50008b
commit 63d45d09e5
+1 -1
View File
@@ -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