image: debian/stable
secrets:
- 8cbc071f-0a30-45bf-9694-774cdfb6d022
sources:
- https://git.sr.ht/~dhruvin/tensorboard-plugin-netron
tasks:
- deps: |
sudo apt-get install -qy python3-pip python3-venv
python3 -m pip install build twine
- build: |
cd tensorboard-plugin-netron
python3 -m build
git describe --exact-match HEAD || complete-build
- upload: |
cd tensorboard-plugin-netron
python3 -m twine upload dist/*