Skip to content

Commit

Permalink
add debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent d6b1471 commit 9c810b3
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 @@ -12,6 +12,7 @@ def append_to_summary(content):
subprocess.run(["pip", "install", "-q", "auditwheel"])

wheel_files = glob.glob("**/*.whl", recursive=True)
print(wheel_files) # only for debugging now

if not wheel_files:
append_to_summary("No wheel files found in `dist/` directory.")
Expand Down

0 comments on commit 9c810b3

Please sign in to comment.