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 3947a6c commit 9119b66Copy full SHA for 9119b66
Makefile
@@ -63,4 +63,4 @@ clean:
63
release: clean lint license
64
-tar -zcvf skywalking-python-src-$(VERSION).tgz *
65
gpg --batch --yes --armor --detach-sig skywalking-python-src-$(VERSION).tgz
66
- shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.tgz.sha512
+ shasum -a 512 skywalking-python-src-$(VERSION).tgz > skywalking-python-src-$(VERSION).tgz.sha512
0 commit comments