@@ -31,13 +31,15 @@ jobs:
31
31
target : ppc64le
32
32
steps :
33
33
- uses : actions/checkout@v4
34
+ with :
35
+ persist-credentials : false
34
36
35
37
- uses : actions/setup-python@v5
36
38
with :
37
39
python-version : 3.x
38
40
39
41
- name : Build wheels
40
- uses : PyO3/maturin-action@v1
42
+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
41
43
with :
42
44
target : ${{ matrix.platform.target }}
43
45
args : --release --out dist --find-interpreter --features extension-module
@@ -65,13 +67,15 @@ jobs:
65
67
target : armv7
66
68
steps :
67
69
- uses : actions/checkout@v4
70
+ with :
71
+ persist-credentials : false
68
72
69
73
- uses : actions/setup-python@v5
70
74
with :
71
75
python-version : 3.x
72
76
73
77
- name : Build wheels
74
- uses : PyO3/maturin-action@v1
78
+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
75
79
with :
76
80
target : ${{ matrix.platform.target }}
77
81
args : --release --out dist --find-interpreter --features extension-module
@@ -94,14 +98,16 @@ jobs:
94
98
target : x86
95
99
steps :
96
100
- uses : actions/checkout@v4
101
+ with :
102
+ persist-credentials : false
97
103
98
104
- uses : actions/setup-python@v5
99
105
with :
100
106
python-version : 3.x
101
107
architecture : ${{ matrix.platform.target }}
102
108
103
109
- name : Build wheels
104
- uses : PyO3/maturin-action@v1
110
+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
105
111
with :
106
112
target : ${{ matrix.platform.target }}
107
113
args : --release --out dist --find-interpreter --features extension-module
@@ -124,13 +130,15 @@ jobs:
124
130
target : aarch64
125
131
steps :
126
132
- uses : actions/checkout@v4
133
+ with :
134
+ persist-credentials : false
127
135
128
136
- uses : actions/setup-python@v5
129
137
with :
130
138
python-version : 3.x
131
139
132
140
- name : Build wheels
133
- uses : PyO3/maturin-action@v1
141
+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
134
142
with :
135
143
target : ${{ matrix.platform.target }}
136
144
args : --release --out dist --find-interpreter --features extension-module
@@ -146,9 +154,11 @@ jobs:
146
154
runs-on : ubuntu-latest
147
155
steps :
148
156
- uses : actions/checkout@v4
157
+ with :
158
+ persist-credentials : false
149
159
150
160
- name : Build sdist
151
- uses : PyO3/maturin-action@v1
161
+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
152
162
with :
153
163
command : sdist
154
164
args : --out dist
0 commit comments