mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 10:25:13 +00:00
Show a message before printing hash values of files
This commit is contained in:
@@ -8,6 +8,7 @@ blake2_256 = hashlib.blake2b(digest_size=256 // 8)
|
||||
file_list = os.listdir(os.path.abspath(os.getenv("INPUT_PACKAGES_DIR")))
|
||||
|
||||
for file in file_list:
|
||||
print("Showing hash values of files to be uploaded:")
|
||||
print(file)
|
||||
print("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user