Skip to content

Commit

Permalink
ci: print existing candidates (#16077)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e89aed)
  • Loading branch information
Borda committed Dec 16, 2022
1 parent 6889574 commit f11da17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
branch = f"origin/builds/{os.getenv('TAG')}"
while True:
remote_refs = [b.name for b in repo.remote().refs]
print([n for n in remote_refs if "builds" in n])
if branch in remote_refs:
break
time.sleep(60)
Expand Down

0 comments on commit f11da17

Please sign in to comment.