Skip to content

Commit 18d480f

Browse files
committed
build and upload scripts
1 parent 6bdc54e commit 18d480f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

scripts/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/bash -e
2+
cd "$( dirname "${BASH_SOURCE[0]}" )"
3+
cd ..
4+
5+
rm -r dist/
6+
python -m build

scripts/upload.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash -e
2+
cd "$( dirname "${BASH_SOURCE[0]}" )"
3+
cd ..
4+
5+
twine upload dist/*

0 commit comments

Comments
 (0)