1
0
Fork 0
hudctrl/ci/build-svc.sh

8 lines
155 B
Bash

#!/bin/sh -ex
python -m venv .venv
.venv/bin/python -m pip install -U pip setuptools wheel
.venv/bin/python -m pip install poetry
.venv/bin/poetry build