@@ -31,13 +31,15 @@ jobs:
3131 target : ppc64le
3232 steps :
3333 - uses : actions/checkout@v4
34+ with :
35+ persist-credentials : false
3436
3537 - uses : actions/setup-python@v5
3638 with :
3739 python-version : 3.x
3840
3941 - name : Build wheels
40- uses : PyO3/maturin-action@v1
42+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
4143 with :
4244 target : ${{ matrix.platform.target }}
4345 args : --release --out dist --find-interpreter --features extension-module
@@ -65,13 +67,15 @@ jobs:
6567 target : armv7
6668 steps :
6769 - uses : actions/checkout@v4
70+ with :
71+ persist-credentials : false
6872
6973 - uses : actions/setup-python@v5
7074 with :
7175 python-version : 3.x
7276
7377 - name : Build wheels
74- uses : PyO3/maturin-action@v1
78+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
7579 with :
7680 target : ${{ matrix.platform.target }}
7781 args : --release --out dist --find-interpreter --features extension-module
@@ -94,14 +98,16 @@ jobs:
9498 target : x86
9599 steps :
96100 - uses : actions/checkout@v4
101+ with :
102+ persist-credentials : false
97103
98104 - uses : actions/setup-python@v5
99105 with :
100106 python-version : 3.x
101107 architecture : ${{ matrix.platform.target }}
102108
103109 - name : Build wheels
104- uses : PyO3/maturin-action@v1
110+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
105111 with :
106112 target : ${{ matrix.platform.target }}
107113 args : --release --out dist --find-interpreter --features extension-module
@@ -124,13 +130,15 @@ jobs:
124130 target : aarch64
125131 steps :
126132 - uses : actions/checkout@v4
133+ with :
134+ persist-credentials : false
127135
128136 - uses : actions/setup-python@v5
129137 with :
130138 python-version : 3.x
131139
132140 - name : Build wheels
133- uses : PyO3/maturin-action@v1
141+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
134142 with :
135143 target : ${{ matrix.platform.target }}
136144 args : --release --out dist --find-interpreter --features extension-module
@@ -146,9 +154,11 @@ jobs:
146154 runs-on : ubuntu-latest
147155 steps :
148156 - uses : actions/checkout@v4
157+ with :
158+ persist-credentials : false
149159
150160 - name : Build sdist
151- uses : PyO3/maturin-action@v1
161+ uses : PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1
152162 with :
153163 command : sdist
154164 args : --out dist
0 commit comments