Repos / pytaku / 5828ca091d
commit 5828ca091ddb37ecfa8ee4c718954734ea20b3ce
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Mon Aug 10 23:50:55 2020 +0700

    remove redundant `rm` command
    
    Also it would be wrong, because the wheel file is 1 level up.

diff --git a/.builds/ubuntu.yml b/.builds/ubuntu.yml
index 207c7cb..f30e4ef 100644
--- a/.builds/ubuntu.yml
+++ b/.builds/ubuntu.yml
@@ -69,6 +69,5 @@ tasks:
         systemctl --user daemon-reload &&
         systemctl --user restart pytaku &&
         systemctl --user restart pytaku-scheduler &&
-        rm pytaku*.whl &&
         echo 'All done.'
       "
diff --git a/pyproject.toml b/pyproject.toml
index 39a4dee..ce9d770 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pytaku"
-version = "0.2.15"
+version = "0.2.16"
 description = ""
 authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
 license = "AGPL-3.0-only"