diff --git a/.drone.yml b/.drone.yml index f3792ba..69af6a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,8 @@ steps: when: branch: - master + event: + - push environment: LOGLEVEL: info GIT_SSL_NO_VERIFY: 1 diff --git a/.gitignore b/.gitignore index db4e97e..5ad773c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ build/ .idea contracts *.egg -.coverage \ No newline at end of file +.coverage +dist/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index beb278b..f5b666a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "cic" +name = "cic-cli" version = "0.0.2" description = "Generic cli tooling for the CIC token network" authors = [