Skip to content

Commit

Permalink
Try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Nov 7, 2023
1 parent f2c6a8c commit 23a6565
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip --upgrade setuptools
python -m pip install -e .[all]
- name: Build wheels
run: python -m cibuildwheel --output-dir dist

Expand All @@ -39,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Build manylinux Python wheels
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
Expand All @@ -48,7 +45,7 @@ jobs:
with:
name: linux-wheel
path: dist/*-manylinux*.whl

deploy-pypi:
runs-on: ubuntu-latest
needs: [build-linux, build-win]
Expand Down

0 comments on commit 23a6565

Please sign in to comment.