@@ -39,11 +39,11 @@ jobs:
39
39
python-version : 3.x
40
40
41
41
- name : Build wheels
42
- uses : PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
42
+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
43
43
with :
44
44
target : ${{ matrix.platform.target }}
45
- args : --release --out dist --find-interpreter --features extension-module
46
- sccache : " true "
45
+ args : --release --out dist --find-interpreter --features extension-module --zig
46
+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
47
47
manylinux : auto
48
48
49
49
- name : Upload wheels
@@ -75,10 +75,11 @@ jobs:
75
75
python-version : 3.x
76
76
77
77
- name : Build wheels
78
- uses : PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
78
+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
79
79
with :
80
80
target : ${{ matrix.platform.target }}
81
81
args : --release --out dist --find-interpreter --features extension-module
82
+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
82
83
manylinux : musllinux_1_2
83
84
84
85
- name : Upload wheels
@@ -107,11 +108,11 @@ jobs:
107
108
architecture : ${{ matrix.platform.target }}
108
109
109
110
- name : Build wheels
110
- uses : PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
111
+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
111
112
with :
112
113
target : ${{ matrix.platform.target }}
113
114
args : --release --out dist --find-interpreter --features extension-module
114
- sccache : " true "
115
+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
115
116
116
117
- name : Upload wheels
117
118
uses : actions/upload-artifact@v4
@@ -138,11 +139,11 @@ jobs:
138
139
python-version : 3.x
139
140
140
141
- name : Build wheels
141
- uses : PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
142
+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
142
143
with :
143
144
target : ${{ matrix.platform.target }}
144
145
args : --release --out dist --find-interpreter --features extension-module
145
- sccache : " true "
146
+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
146
147
147
148
- name : Upload wheels
148
149
uses : actions/upload-artifact@v4
@@ -158,7 +159,7 @@ jobs:
158
159
persist-credentials : false
159
160
160
161
- name : Build sdist
161
- uses : PyO3/maturin-action@35be3186fc8e037e329f06b68dcd807d83dcc6dc # v1.49.2
162
+ uses : PyO3/maturin-action@e10f6c464b90acceb5f640d31beda6d586ba7b4a
162
163
with :
163
164
command : sdist
164
165
args : --out dist
0 commit comments