[M] Rename /merging to /tools
This commit is contained in:
parent
97cbdecb5e
commit
47c32f07d7
6 changed files with 1 additions and 0 deletions
17
deploy.sh
17
deploy.sh
|
|
@ -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/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue