File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ jobs:
187
187
- name : Install setuptools + wheel
188
188
run : |
189
189
/build/venv/bin/build-pip --disable-pip-version-check install -U "setuptools==63.4.3; python_version < '3.12'"
190
- /build/venv/bin/build-pip --disable-pip-version-check install -U wheel==0.41.2
190
+ /build/venv/bin/build-pip --disable-pip-version-check install -U wheel
191
191
/build/venv/bin/cross-pip --disable-pip-version-check install -U "setuptools==63.4.3; python_version < '3.12'"
192
- /build/venv/bin/cross-pip --disable-pip-version-check install -U wheel==0.41.2
192
+ /build/venv/bin/cross-pip --disable-pip-version-check install -U wheel
193
193
194
194
# See https://github.com/pypa/setuptools_scm/issues/784
195
195
- name : Set git directory as safe to allow setuptools-scm to work
You can’t perform that action at this time.
0 commit comments