Add sourcehut build manifest
1 files changed, 15 insertions(+), 0 deletions(-) A .build.yml
A .build.yml => .build.yml +15-0
@@ 0,0 1,15 @@ 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 #- upload: | # cd tensorboard-plugin-netron # python3 -m twine upload dist/*