Skip to content

Commit 5ce5703

Browse files
dependabot[bot]benfdking
authored andcommitted
chore: bump PyO3/maturin-action from 1.47.2 to 1.47.3
Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.47.2 to 1.47.3. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.47.2...22fe573) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47d0b04 commit 5ce5703

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version: ${{ env.PYTHON_VERSION }}
4242
- name: "Build sdist"
43-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
43+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
4444
with:
4545
working-directory: crates/cli
4646
command: sdist
@@ -69,7 +69,7 @@ jobs:
6969
# python-version: ${{ env.PYTHON_VERSION }}
7070
# architecture: x64
7171
# - name: "Build wheels - x86_64"
72-
# uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
72+
# uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
7373
# with:
7474
# working-directory: crates/cli
7575
# target: x86_64
@@ -108,7 +108,7 @@ jobs:
108108
python-version: ${{ env.PYTHON_VERSION }}
109109
architecture: arm64
110110
- name: "Build wheels - aarch64"
111-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
111+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
112112
with:
113113
working-directory: crates/cli
114114
target: aarch64
@@ -161,7 +161,7 @@ jobs:
161161
python-version: ${{ env.PYTHON_VERSION }}
162162
architecture: ${{ matrix.platform.arch }}
163163
- name: "Build wheels"
164-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
164+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
165165
with:
166166
working-directory: crates/cli
167167
target: ${{ matrix.platform.target }}
@@ -211,7 +211,7 @@ jobs:
211211
python-version: ${{ env.PYTHON_VERSION }}
212212
architecture: x64
213213
- name: "Build wheels"
214-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
214+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
215215
with:
216216
working-directory: crates/cli
217217
target: ${{ matrix.target }}
@@ -265,7 +265,7 @@ jobs:
265265
python-version: ${{ env.PYTHON_VERSION }}
266266
architecture: x64
267267
- name: "Build wheels"
268-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
268+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
269269
with:
270270
working-directory: crates/cli
271271
target: ${{ matrix.target }}
@@ -329,7 +329,7 @@ jobs:
329329
with:
330330
python-version: ${{ env.PYTHON_VERSION }}
331331
- name: "Build wheels"
332-
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598 # v1
332+
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e # v1
333333
with:
334334
working-directory: crates/cli
335335
target: ${{ matrix.platform.target }}

0 commit comments

Comments
 (0)