Skip to content

Commit fce6875

Browse files
committed
Unpin wheel
1 parent 8759dd1 commit fce6875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ jobs:
187187
- name: Install setuptools + wheel
188188
run: |
189189
/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
191191
/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
193193
194194
# See https://github.com/pypa/setuptools_scm/issues/784
195195
- name: Set git directory as safe to allow setuptools-scm to work

0 commit comments

Comments
 (0)