Adapt release script

Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
Juan Luis Cano Rodríguez
2025-06-29 20:54:49 +02:00
parent 3918f7e5f8
commit 0e37b31e45

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
./scripts/uninstall.sh ./scripts/uninstall.sh
./scripts/clean_up.sh ./scripts/clean_up.sh
python3 setup.py register pyproject-build
python3 setup.py sdist bdist_wheel
twine upload dist/* twine upload dist/*