Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Aug 10, 2023
1 parent 5a6e87f commit 333328e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:
run: echo "sdist_name=$(ls ./dist)" >> "$GITHUB_ENV"

# Work around for https://github.com/actions/runner-images/issues/2619?
- name: Sleep on macOS (prevent missing files in the tarball)
if: ${{ matrix.buildplat[1] == 'macosx_*' }}
run: |
sleep 10
# - name: Sleep on macOS (prevent missing files in the tarball)
# if: ${{ matrix.buildplat[1] == 'macosx_*' }}
# run: |
# sleep 10

- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
Expand Down

0 comments on commit 333328e

Please sign in to comment.