Skip to content

Commit

Permalink
add debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent e04b2c3 commit 8279dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/auditwheel_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


def append_to_summary(content):
print(content + '\n') # only for debugging now
with open(os.getenv("GITHUB_STEP_SUMMARY"), "a") as summary_file:
summary_file.write(content + "\n")

Expand Down

0 comments on commit 8279dbc

Please sign in to comment.