From 4f4610cd17c3f51f1c6c57a15b0ac05a0cda2ac0 Mon Sep 17 00:00:00 2001 From: sonelu Date: Fri, 8 May 2020 23:41:15 +0100 Subject: [PATCH] typo in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d31f76..95f0b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ jobs: - pip install --upgrade setuptools wheel script: - python setup.py sdist bdist_wheel - - python -m twine upload dist/ -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}" + - python -m twine upload dist/* -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}" script: - coverage run -m pytest -v tests.py