mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-15 12:35:51 +08:00
fix tox env pypi_upload
we don't want to upload dist/docs, as it's not a package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user