taiga-back/ci/build.sh

8 lines
171 B
Bash

rm -rf .venv
python3 -m venv .venv
.venv/bin/pip install --upgrade pip setuptools wheel
.venv/bin/pip wheel -w dist -r requirements.txt
sed -i '/^-i/d' requirements.txt