Skip to content

Commit f0b4d6c

Browse files
committed
piencrypt bugfix
1 parent f1899eb commit f0b4d6c

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#build package and push it to pypi
2+
clear
3+
echo "Starting package build...";
4+
python setup.py sdist bdist_wheel;
5+
twine upload dist/*;
6+
echo "Upload Successfull";
7+
# cat build.sh

commit.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
echo "Tracking files..";
2+
git add .;
3+
git commit -m "piencrypt bugfix";
4+
echo "Commit completed";

web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 2d38e5f2ae6dbc9eb6bd8bdb1ad2d7c9bcc63a35
1+
Subproject commit 7c2a7d8632c1555aecf4f01e1c12b72462f021d6

0 commit comments

Comments
 (0)