Adapt release script
Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
parent
3918f7e5f8
commit
0e37b31e45
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
./scripts/uninstall.sh
|
||||
./scripts/clean_up.sh
|
||||
python3 setup.py register
|
||||
python3 setup.py sdist bdist_wheel
|
||||
pyproject-build
|
||||
twine upload dist/*
|
||||
|
|
Loading…
Reference in New Issue