Skip to content

Commit 37fe3f6

Browse files
tchatonthomas
andauthored
CI: Add remote fetch (#16001)
Co-authored-by: thomas <[email protected]>
1 parent 3c9b7cb commit 37fe3f6

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)