added publication stuff
This commit is contained in:
parent
a49b14c12c
commit
0f58f26bd4
8 changed files with 94 additions and 2 deletions
14
build.sh
Executable file
14
build.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
if ! [ -d venv ]
|
||||
then ./setup.sh
|
||||
fi
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
rm -fr dist
|
||||
|
||||
python -m build
|
||||
python -m twine check dist/*
|
Loading…
Add table
Add a link
Reference in a new issue