Skip to content

Commit 0125b97

Browse files
author
Jeff Whitaker
committed
update
1 parent 3f0447d commit 0125b97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424

2525
fail-fast: false
2626
env:
27-
python-version: "3.10"
28-
os: macos-latest
29-
platform: x86_64
27+
python-version: "3.10"
28+
os: macos-latest
29+
platform: x86_64
3030
# env:
31-
# matrix:
3231
# python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
3332
# os: [ubuntu-latest, macos-latest]
3433
# platform: [x64, x32]

0 commit comments

Comments
 (0)