local_distribution.sh 189 Bytes
Newer Older
1
set -eux
2

3
rm -rf dist
4

5
6
python -mpip install -U pip
python -mpip install -U build wheel
7

8
9
10
11
NO_VERSION_LABEL=1 python -m build --sdist
python -m build --wheel

echo "Wheel built successfully."