An open API service indexing awesome lists of open source software.

https://github.com/yearn/yearn-multisig-ci-scripts


https://github.com/yearn/yearn-multisig-ci-scripts

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Tools for multisig CI

dev
```
export PATH=$PATH:$HOME/.poetry/bin
poetry build
poetry publish -r testpypi
pip3 install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple multisig-ci==0.0.8
```

prod
```
export PATH=$PATH:$HOME/.poetry/bin
poetry build
poetry publish
```