[M] Rename /merging to /tools

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-01 11:52:40 -04:00
parent 97cbdecb5e
commit 47c32f07d7
6 changed files with 1 additions and 0 deletions

View file

@ -1,17 +0,0 @@
#!/usr/bin/env bash
# Stop on error
set -e
# Remove old build
rm -rf dist/*
rm -rf build/*
# Build
python setup.py sdist bdist_wheel
# Check built files
twine check dist/*
# Upload
twine upload dist/*