We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da0609 commit 6053c5aCopy full SHA for 6053c5a
.gitignore
@@ -4,3 +4,5 @@ __pycache__
4
*.pyc
5
*.pro
6
notes.md
7
+*.zip
8
+*.zip.asc
makefile
@@ -19,7 +19,13 @@
19
# </LICENSE_BLOCK>
20
21
22
+release:
23
+ make clean
24
+ zip -r workbench.zip *
25
+ gpg --detach-sign -a workbench.zip
26
+
27
clean:
28
+ -rm workbench.zip*
29
find qgist/ -name '*.pyc' -exec rm -f {} +
30
find qgist/ -name '*.pyo' -exec rm -f {} +
31
find qgist/ -name '*~' -exec rm -f {} +
0 commit comments