There was an error while loading. Please reload this page.
1 parent ca7e40a commit 04ba4b5Copy full SHA for 04ba4b5
1 file changed
.github/workflows/publish.yml
@@ -177,6 +177,7 @@ jobs:
177
# try to install all wheels; only the current platform wheel should be actually installed
178
run: |
179
cd dist/
180
+ pip install wheel
181
for f in *.whl; do pip install $f || true; done
182
- name: Install sdist
183
if: ${{ matrix.from-source }}
0 commit comments