added publication stuff

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-30 01:37:15 +02:00
parent a49b14c12c
commit 0f58f26bd4
8 changed files with 94 additions and 2 deletions

10
publish.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
./clean.sh
./build.sh
source venv/bin/activate
# python -m twine upload dist/*