From 63d45d09e5cfb3a3cc81ca81a57cd3fae51ec25d Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Thu, 24 Nov 2016 12:24:58 +0000 Subject: [PATCH] fix tox env pypi_upload we don't want to upload dist/docs, as it's not a package --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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