File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5959 python-version : 3.x
6060
6161 - name : Build wheels
62- uses : PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
62+ uses : PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
6363 with :
6464 target : ${{ matrix.platform.target }}
6565 args : --release --out dist --find-interpreter
@@ -101,7 +101,7 @@ jobs:
101101 python-version : 3.x
102102
103103 - name : Build wheels
104- uses : PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
104+ uses : PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
105105 with :
106106 target : ${{ matrix.platform.target }}
107107 args : --release --out dist --find-interpreter
@@ -152,7 +152,7 @@ jobs:
152152 toolchain : stable
153153 target : ${{ matrix.WINDOWS.RUST_TRIPLE }}
154154
155- - uses : dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
155+ - uses : dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
156156 with :
157157 repo : pyca/infra
158158 workflow : build-windows-openssl.yml
@@ -208,7 +208,7 @@ jobs:
208208 python-version : 3.x
209209
210210 - name : Build wheels
211- uses : PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
211+ uses : PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
212212 env :
213213 # Do not build OpenSSL on MacOS, since it's already installed
214214 # and we don't need to cross-compile.
Original file line number Diff line number Diff line change 7070 - name : Install python
7171 run : uv python install ${{ matrix.python }}
7272
73- - uses : dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
73+ - uses : dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
7474 with :
7575 repo : pyca/infra
7676 workflow : build-windows-openssl.yml
You can’t perform that action at this time.
0 commit comments