Skip to content

Commit

Permalink
chore: fix cibuildwheel warning
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 25, 2024
1 parent 11db89a commit a8d69dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Enable CPython prerelease
if: ${{ inputs.prerelease-pythons }}
run: echo "CIBW_ENABLE=cpython-prerelease" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/[email protected]
with:
output-dir: dist
env:
CIBW_PRERELEASE_PYTHONS: ${{ inputs.prerelease-pythons }}
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}
Expand Down

0 comments on commit a8d69dc

Please sign in to comment.