added publication stuff
This commit is contained in:
parent
a49b14c12c
commit
0f58f26bd4
8 changed files with 94 additions and 2 deletions
10
publish.sh
Executable file
10
publish.sh
Executable 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/*
|
Loading…
Add table
Add a link
Reference in a new issue