dudesahn / yearn-multisig-ci-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 96.7%Language:Shell 3.3%