https://github.com/yearn/yearn-multisig-ci-scripts
https://github.com/yearn/yearn-multisig-ci-scripts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/yearn-multisig-ci-scripts
- Owner: yearn
- License: agpl-3.0
- Created: 2022-02-05T02:48:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T23:20:30.000Z (12 months ago)
- Last Synced: 2025-08-14T00:10:39.604Z (12 months ago)
- Language: Python
- Size: 555 KB
- Stars: 2
- Watchers: 2
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```