Skip to content

Commit

Permalink
Python 3 only for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Apr 23, 2021
1 parent 143edb8 commit fffe636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp*-*"
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "*-win32"
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit fffe636

Please sign in to comment.