forked from github.com/pypiserver
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
my_dir=`dirname "$0"`
|
|
cd $my_dir/..
|
|
|
|
rm -r build/* dist/*
|
|
python setup.py bdist_wheel sdist
|