[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/pythonran/databases/drop-python3.6/scripts/build [Back]  [Original]

#!/bin/sh -e

if [ -d 'venv' ] ; then
    PREFIX="venv/bin/"
else
    PREFIX=""
fi

set -x

${PREFIX}python setup.py sdist bdist_wheel
${PREFIX}twine check dist/*
${PREFIX}mkdocs build

Web Proxy Viewer  |  New URL  |  Original Page