Skip to content

Commit

Permalink
Create bash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xgqfrms committed Apr 28, 2023
1 parent 8d6af26 commit ccdb03e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions shell-scripts/bash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env bash


# TODO: python3 & pip3 install checker
# if not installed then
# # install promoto
# echo "❌"
# else
# echo "✅"
# fi

# build
python3 -m build

# upload
python3 -m twine upload dist/*

0 comments on commit ccdb03e

Please sign in to comment.