We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1899eb commit f0b4d6cCopy full SHA for f0b4d6c
3 files changed
build.sh
@@ -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
@@ -0,0 +1,4 @@
+echo "Tracking files..";
+git add .;
+git commit -m "piencrypt bugfix";
+echo "Commit completed";
web
@@ -1 +1 @@
-Subproject commit 2d38e5f2ae6dbc9eb6bd8bdb1ad2d7c9bcc63a35
+Subproject commit 7c2a7d8632c1555aecf4f01e1c12b72462f021d6
0 commit comments