Skip to content

Commit 04ba4b5

Browse files
committed
fix
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent ca7e40a commit 04ba4b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
# try to install all wheels; only the current platform wheel should be actually installed
178178
run: |
179179
cd dist/
180+
pip install wheel
180181
for f in *.whl; do pip install $f || true; done
181182
- name: Install sdist
182183
if: ${{ matrix.from-source }}

0 commit comments

Comments
 (0)