diff --git a/.travis.yml b/.travis.yml index 4edfa48..13ade5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ deploy: script: twine upload --skip-existing --username bakatrouble --password $PYPI_PASSWORD dist/*.whl on: branch: master -# tags: true + tags: true