Skip to content

Commit 54bc94e

Browse files
authored
Merge pull request #18 from sonelu/CI-changes
typo in travis
2 parents fab80f5 + 4f4610c commit 54bc94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- pip install --upgrade setuptools wheel
5757
script:
5858
- python setup.py sdist bdist_wheel
59-
- python -m twine upload dist/ -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}"
59+
- python -m twine upload dist/* -u "${PYPI_USERNAME}" -p "${PYPI_PASSWORD}"
6060

6161
script:
6262
- coverage run -m pytest -v tests.py

0 commit comments

Comments
 (0)