Skip to content

Commit 91f42b2

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/barray-llvm
2 parents 38b6e51 + 69a126d commit 91f42b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1438
-619
lines changed

.github/workflows/python-wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
uses: PyO3/maturin-action@v1
6868
with:
6969
target: ${{ matrix.platform.target }}
70-
args: --release --out ../dist
70+
args: --release --strip --out ../dist
7171
sccache: 'true'
7272
manylinux: auto
7373
working-directory: ${{ env.MODULE_DIR }}
7474
- name: Build free-threaded wheels
7575
uses: PyO3/maturin-action@v1
7676
with:
7777
target: ${{ matrix.platform.target }}
78-
args: --release --out ../dist -i python3.13t
78+
args: --release --strip --out ../dist -i python3.13t
7979
sccache: 'true'
8080
manylinux: auto
8181
working-directory: ${{ env.MODULE_DIR }}
@@ -109,15 +109,15 @@ jobs:
109109
uses: PyO3/maturin-action@v1
110110
with:
111111
target: ${{ matrix.platform.target }}
112-
args: --release --out ../dist
112+
args: --release --strip --out ../dist
113113
sccache: 'true'
114114
manylinux: musllinux_1_2
115115
working-directory: ${{ env.MODULE_DIR }}
116116
- name: Build free-threaded wheels
117117
uses: PyO3/maturin-action@v1
118118
with:
119119
target: ${{ matrix.platform.target }}
120-
args: --release --out ../dist -i python3.13t
120+
args: --release --strip --out ../dist -i python3.13t
121121
sccache: 'true'
122122
manylinux: musllinux_1_2
123123
working-directory: ${{ env.MODULE_DIR }}
@@ -148,7 +148,7 @@ jobs:
148148
uses: PyO3/maturin-action@v1
149149
with:
150150
target: ${{ matrix.platform.target }}
151-
args: --release --out ../dist
151+
args: --release --strip --out ../dist
152152
sccache: 'true'
153153
working-directory: ${{ env.MODULE_DIR }}
154154
- name: Upload wheels
@@ -177,14 +177,14 @@ jobs:
177177
uses: PyO3/maturin-action@v1
178178
with:
179179
target: ${{ matrix.platform.target }}
180-
args: --release --out ../dist --find-interpreter
180+
args: --release --strip --out ../dist --find-interpreter
181181
sccache: 'true'
182182
working-directory: ${{ env.MODULE_DIR }}
183183
- name: Build free-threaded wheels
184184
uses: PyO3/maturin-action@v1
185185
with:
186186
target: ${{ matrix.platform.target }}
187-
args: --release --out ../dist -i python3.13t
187+
args: --release --strip --out ../dist -i python3.13t
188188
sccache: 'true'
189189
working-directory: ${{ env.MODULE_DIR }}
190190
- name: Upload wheels

0 commit comments

Comments
 (0)