File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -107,27 +107,6 @@ jobs:
107
107
max_attempts : 50
108
108
command : uv pip install --refresh doccmd==${{ steps.calver.outputs.release }}
109
109
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
-
131
110
- name : Set up Homebrew filename
132
111
id : set-homebrew-filename
133
112
run : |
You can’t perform that action at this time.
0 commit comments