From 329997a0a81e4c2703459857b0e65f0e98735e59 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Tue, 16 Apr 2019 02:28:23 +0300 Subject: [PATCH] enable tags build only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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