Skip to content

Commit 8ea2b79

Browse files
committed
remove sha256 file from zipapp script
github displays the checksum for us now!
1 parent 3358a3b commit 8ea2b79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing/zipapp/make

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ def main() -> int:
107107
shebang = '/usr/bin/env python3'
108108
zipapp.create_archive(tmpdir, filename, interpreter=shebang)
109109

110-
with open(f'{filename}.sha256sum', 'w') as f:
111-
subprocess.check_call(('sha256sum', filename), stdout=f)
112-
113110
return 0
114111

115112

0 commit comments

Comments
 (0)