This commit is contained in:
ed 2021-02-22 03:54:34 +01:00
parent f75c5f2fe5
commit 8a4e0739bc
3 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 8, 0)
VERSION = (0, 8, 1)
CODENAME = "keeping track"
BUILD_DT = (2021, 2, 22)

View file

@ -86,6 +86,8 @@ function have() {
python -c "import $1; $1; $1.__version__"
}
mv copyparty/web/deps/marked.full.js.gz srv/ || true
. buildenv/bin/activate
have setuptools
have wheel

View file

@ -35,6 +35,8 @@ ver="$1"
exit 1
}
mv copyparty/web/deps/marked.full.js.gz srv/ || true
mkdir -p dist
zip_path="$(pwd)/dist/copyparty-$ver.zip"
tgz_path="$(pwd)/dist/copyparty-$ver.tar.gz"