diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-11-27 06:44:07 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-11-27 06:44:07 -0600 |
commit | 98bfded1b407431ad62642d7f029e4e5f3534c07 (patch) | |
tree | 8f38dd229fe54889d130eb0838c9c47619e96376 /build_upload.sh | |
parent | 9ea43f16d6440dce54ae7f78d46618d25e52f6ec (diff) |
refactor code and fix type checks
still need to refactor more code before migrating to yaml config file
Diffstat (limited to 'build_upload.sh')
-rwxr-xr-x | build_upload.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_upload.sh b/build_upload.sh index 7ddd573..03e1f68 100755 --- a/build_upload.sh +++ b/build_upload.sh @@ -7,7 +7,6 @@ echo "building package" python -m build echo "uploading to pypi" -# alternatively, use /bin/python -m twine, i use twine in arch twine upload dist/* echo "removing dist/*" |