feat: add interactive deployment and switch to poetry #2

Merged
williamluke merged 19 commits from lum/easy-token-deployment into master 2022-03-16 06:37:49 +01:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 40e386db11 - Show all commits

View File

@ -40,6 +40,8 @@ steps:
when: when:
branch: branch:
- master - master
event:
- push
environment: environment:
LOGLEVEL: info LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1 GIT_SSL_NO_VERIFY: 1

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ build/
contracts contracts
*.egg *.egg
.coverage .coverage
dist/

View File

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
name = "cic" name = "cic-cli"
version = "0.0.2" version = "0.0.2"
description = "Generic cli tooling for the CIC token network" description = "Generic cli tooling for the CIC token network"
authors = [ authors = [