Add pypack script
This commit is contained in:
parent
1af36baa65
commit
f9b44b5e7a
8
.local/bin/scripts/pypack
Executable file
8
.local/bin/scripts/pypack
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Make and deploy Python packages easier.
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
"build") python3 setup.py sdist bdist_wheel ;;
|
||||||
|
"deploy") python3 -m twine upload dist/* ;;
|
||||||
|
esac
|
Loading…
x
Reference in New Issue
Block a user