Skip to content

Commit 3fe1f31

Browse files
committed
fix main workflow
1 parent 973ebf7 commit 3fe1f31

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
matrix:
1212
arch: [x86_64, arm64]
1313
cw_build: ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
14+
exclude:
15+
- arch: arm64
16+
cw_build: "cp36-*"
17+
- arch: arm64
18+
cw_build: "cp37-*"
19+
1420

1521
steps:
1622
- uses: actions/checkout@v3
@@ -56,7 +62,7 @@ jobs:
5662
runs-on: windows-latest
5763
strategy:
5864
matrix:
59-
arch: [x86, AMD64, ARM64]
65+
arch: [x86, AMD64]
6066
cw_build: ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
6167

6268
steps:
@@ -93,7 +99,7 @@ jobs:
9399

94100

95101
upload_test_pypi:
96-
needs: [wheel_build_full, source_dist]
102+
needs: [macos_wheel, linux_wheel, windows_wheel, source_dist]
97103
runs-on: ubuntu-latest
98104
steps:
99105
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)