Skip to content

Commit

Permalink
Update buildwheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 19, 2024
1 parent c0b99a5 commit d32e00c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,20 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: 3.11
# - uses: actions/setup-python@v2
# with:
# python-version: 3.11

- name: Setup pip
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel
# - name: Setup pip
# run: |
# python -m pip install --upgrade pip
# python -m pip install cibuildwheel

- name: Build wheel
run: python -m cibuildwheel --output-dir dist/
# - name: Build wheel
# run: python -m cibuildwheel --output-dir dist/
- name: Build wheels
uses: uses: pypa/[email protected]
output-dir: dist
env:
CIBW_BUILD: cp311-manylinux_x86_64
CIBW_SKIP: "*-win32 *-manylinux_i686"
Expand Down

0 comments on commit d32e00c

Please sign in to comment.