Skip to content

Commit 5274ace

Browse files
Bump PyO3/maturin-action in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `PyO3/maturin-action` from 1.47.3 to 1.49.1 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.47.3...v1.49.1) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-version: 1.49.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 518ae60 commit 5274ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: version-${{ needs.bump.outputs.version }}
6666
- uses: actions/checkout@v4
6767
if: ${{ needs.bump.result == 'skipped' }}
68-
- uses: PyO3/maturin-action@v1.47.3
68+
- uses: PyO3/maturin-action@v1.49.3
6969
with:
7070
target: ${{ matrix.target }}
7171
manylinux: auto
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ needs.bump.result == 'skipped' }}
9292
- name: Setup QEMU
9393
uses: docker/setup-qemu-action@v3
94-
- uses: PyO3/maturin-action@v1.47.3
94+
- uses: PyO3/maturin-action@v1.49.3
9595
with:
9696
manylinux: auto
9797
command: build
@@ -114,7 +114,7 @@ jobs:
114114
ref: version-${{ needs.bump.outputs.version }}
115115
- uses: actions/checkout@v4
116116
if: ${{ needs.bump.result == 'skipped' }}
117-
- uses: PyO3/maturin-action@v1.47.3
117+
- uses: PyO3/maturin-action@v1.49.3
118118
with:
119119
command: build
120120
args: --release -o dist --find-interpreter
@@ -136,7 +136,7 @@ jobs:
136136
ref: version-${{ needs.bump.outputs.version }}
137137
- uses: actions/checkout@v4
138138
if: ${{ needs.bump.result == 'skipped' }}
139-
- uses: PyO3/maturin-action@v1.47.3
139+
- uses: PyO3/maturin-action@v1.49.3
140140
with:
141141
command: build
142142
target: universal2-apple-darwin
@@ -158,7 +158,7 @@ jobs:
158158
pattern: wheels-*
159159
merge-multiple: true
160160
- name: Publish to PyPI
161-
uses: PyO3/maturin-action@v1.47.3
161+
uses: PyO3/maturin-action@v1.49.3
162162
env:
163163
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
164164
with:

0 commit comments

Comments
 (0)