Skip to content

Commit a514b36

Browse files
committed
Fewer target platforms
1 parent 2bce540 commit a514b36

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/CI.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
26+
target: [x86_64, aarch64]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: windows-latest
4747
strategy:
4848
matrix:
49-
target: [x64, x86]
49+
target: [x64]
5050
steps:
5151
- uses: actions/checkout@v3
5252
- uses: actions/setup-python@v4
@@ -87,21 +87,6 @@ jobs:
8787
name: wheels
8888
path: dist
8989

90-
sdist:
91-
runs-on: ubuntu-latest
92-
steps:
93-
- uses: actions/checkout@v3
94-
- name: Build sdist
95-
uses: PyO3/maturin-action@v1
96-
with:
97-
command: sdist
98-
args: --out dist -m gomori-py/Cargo.toml
99-
- name: Upload sdist
100-
uses: actions/upload-artifact@v3
101-
with:
102-
name: wheels
103-
path: dist
104-
10590
release:
10691
name: Release
10792
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)