activate venv before trying publish

Was planning to do this myself, but I forgot so many times I'm just
adding it...
This commit is contained in:
Soren I. Bjornstad 2021-09-22 11:28:48 -05:00
parent 48ab7f9514
commit 48a8789c4d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
. venv/bin/activate
rm -rf build/
rm -f dist/*
mkdir -p dist