Skip to content

Commit 6e93afd

Browse files
committed
Remove duplicate wait step
1 parent e48eda1 commit 6e93afd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -107,27 +107,6 @@ jobs:
107107
max_attempts: 50
108108
command: uv pip install --refresh doccmd==${{ steps.calver.outputs.release }}
109109

110-
# We have a race condition.
111-
# In particular, we push to PyPI and then immediately try to install
112-
# the pushed version.
113-
# Here, we give PyPI time to propagate the package.
114-
- name: Install package from PyPI (uv)
115-
uses: nick-fields/retry@v3
116-
with:
117-
timeout_seconds: 5
118-
max_attempts: 50
119-
command: uv pip install --refresh doccmd==${{ steps.calver.outputs.release }}
120-
121-
# Also get our package into the pip cache - it is later used to create
122-
# a PyInstaller binary.
123-
- name: Install package from PyPI (pip)
124-
uses: nick-fields/retry@v3
125-
with:
126-
timeout_seconds: 5
127-
max_attempts: 50
128-
command: uv pip install pip && uv run pip uninstall -y doccmd && uv run
129-
pip install doccmd==${{ steps.calver.outputs.release }}
130-
131110
- name: Set up Homebrew filename
132111
id: set-homebrew-filename
133112
run: |

0 commit comments

Comments
 (0)