Skip to content

Commit

Permalink
fix wheels yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed Jan 4, 2023
1 parent b83f7d6 commit ee92a44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
arch: [auto64]
include:
- python: 37
runs-on: ubuntu-latest
os: ubuntu-latest
arch: aarch64
- python: 38
runs-on: ubuntu-latest
os: ubuntu-latest
arch: aarch64
- python: 39
runs-on: ubuntu-latest
os: ubuntu-latest
arch: aarch64
- python: 310
runs-on: ubuntu-latest
os: ubuntu-latest
arch: aarch64
- python: 311
runs-on: ubuntu-latest
os: ubuntu-latest
arch: aarch64

steps:
Expand Down

0 comments on commit ee92a44

Please sign in to comment.