local_distribution.sh 189 Bytes
Newer Older
root's avatar
init  
root committed
1
2
3
4
5
6
7
8
9
10
11
set -eux

rm -rf dist

python -mpip install -U pip
python -mpip install -U build wheel

NO_VERSION_LABEL=1 python -m build --sdist
python -m build --wheel

echo "Wheel built successfully."