Skip to content

Commit 503ee99

Browse files
Bump PyO3/maturin-action in the actions-production group
Bumps the actions-production group with 1 update: [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `PyO3/maturin-action` from 1.47.0 to 1.47.1 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.47.0...v1.47.1) --- updated-dependencies: - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d282494 commit 503ee99

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
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
with:
5858
ref: version-${{ needs.bump.outputs.version }}
59-
- uses: PyO3/[email protected].0
59+
- uses: PyO3/[email protected].1
6060
with:
6161
target: ${{ matrix.target }}
6262
manylinux: auto
@@ -78,7 +78,7 @@ jobs:
7878
ref: version-${{ needs.bump.outputs.version }}
7979
- name: Setup QEMU
8080
uses: docker/setup-qemu-action@v3
81-
- uses: PyO3/[email protected].0
81+
- uses: PyO3/[email protected].1
8282
with:
8383
manylinux: auto
8484
command: build
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v4
9898
with:
9999
ref: version-${{ needs.bump.outputs.version }}
100-
- uses: PyO3/[email protected].0
100+
- uses: PyO3/[email protected].1
101101
with:
102102
command: build
103103
args: --release -o dist --find-interpreter
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
ref: version-${{ needs.bump.outputs.version }}
118-
- uses: PyO3/[email protected].0
118+
- uses: PyO3/[email protected].1
119119
with:
120120
command: build
121121
target: universal2-apple-darwin
@@ -137,7 +137,7 @@ jobs:
137137
pattern: wheels-*
138138
merge-multiple: true
139139
- name: Publish to PyPI
140-
uses: PyO3/[email protected].0
140+
uses: PyO3/[email protected].1
141141
env:
142142
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
143143
with:

0 commit comments

Comments
 (0)