ci: Build a wheel for taiga-back too

Now that the project has a `setup.py` script, we can build and publish a
wheel for it, making deployment a lot simpler.
Dustin 2019-03-05 22:32:11 -06:00
parent e8f6d8566d
commit ff77e5ee1b
1 changed files with 1 additions and 1 deletions

View File

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