Skip to content

Commit

Permalink
Update wheels.yml v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Jun 5, 2024
1 parent 14275ef commit 9758c21
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# python-version: ['10']
python-version: ['8','9','10','11','12']
python-version: []
#python-version: ['10']
#python-version: ['8','9','10','11','12']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -111,16 +112,16 @@ jobs:
# python-version: "3.9"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Set up Python 3.${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.${{ matrix.python-version }}

- name: Check if QEMU is needed for Linux
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4
with:
platforms: arm64

Expand Down

0 comments on commit 9758c21

Please sign in to comment.