Skip to content

Commit 23ca3ad

Browse files
tchatonthomas
authored andcommitted
CI: Add remote fetch (#16001)
Co-authored-by: thomas <[email protected]> (cherry picked from commit 37fe3f6)
1 parent 2c41a55 commit 23ca3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
if branch in remote_refs:
149149
break
150150
time.sleep(60)
151+
for remote in repo.remotes:
152+
remote.fetch()
151153
shell: python
152154

153155

0 commit comments

Comments
 (0)