Asib27's picture
try 1
065fee7 verified
raw
history blame
227 Bytes
#!/bin/bash
set -o pipefail
set -e
FWDIR="$(cd "`dirname "${BASH_SOURCE[0]}"`"; pwd)"
cd "$FWDIR/.."
rm -rf dist
rm -rf cloudpickle.egg-info
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*