Skip to content

Commit b2c856c

Browse files
committed
WIP on master
1 parent df9a5e9 commit b2c856c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/scripts/upload_py_tools.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22
CHANGED_FILES=$1
3+
4+
echo "EVIL CODE HAHAHA"
5+
36
echo "Pushing '$CHANGED_FILES' as github-actions[bot]"
47
git config --global github.user "github-actions[bot]"
58
git config --global user.name "github-actions[bot]"

tools/get.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
dist_dir = current_dir + "/dist/"
5151

5252

53+
54+
5355
def sha256sum(filename, blocksize=65536):
5456
hash = hashlib.sha256()
5557
with open(filename, "rb") as f:

0 commit comments

Comments
 (0)