0bd62e5
1
2
3
4
5
6
7
8
9
10
#!/bin/bash set -e cd "$(dirname ${0})" python3 -m pip install build rm -rf dist/* rm -rf build/* python3 -m build