Skip to content

Commit 689acc3

Browse files
Bump PyO3/maturin-action from 1.43.0 to 1.44.0 (#460)
1 parent 9af2e1d commit 689acc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release_python.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Build wheels
50-
uses: PyO3/maturin-action@v1.43.0
50+
uses: PyO3/maturin-action@v1.44.0
5151
with:
5252
command: build
5353
args: --strip -i ${{ matrix.python-version }} -o dist -r
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
- name: Build wheels
87-
uses: PyO3/maturin-action@v1.43.0
87+
uses: PyO3/maturin-action@v1.44.0
8888
with:
8989
command: build
9090
args: --strip -i ${{ matrix.python-version }} -o dist -r
@@ -119,7 +119,7 @@ jobs:
119119
python-version: ${{ matrix.python-version }}
120120
architecture: ${{ matrix.target }}
121121
- name: Build wheels
122-
uses: PyO3/maturin-action@v1.43.0
122+
uses: PyO3/maturin-action@v1.44.0
123123
with:
124124
command: build
125125
args: --strip -i ${{ matrix.python-version }} -o dist -r
@@ -139,7 +139,7 @@ jobs:
139139
- name: Checkout code
140140
uses: actions/checkout@v4
141141
- name: Build sdist
142-
uses: PyO3/maturin-action@v1.43.0
142+
uses: PyO3/maturin-action@v1.44.0
143143
with:
144144
command: sdist
145145
args: -o dist
@@ -165,7 +165,7 @@ jobs:
165165
pattern: wheels-*
166166
merge-multiple: true
167167
- name: Publish to PyPI
168-
uses: PyO3/maturin-action@v1.43.0
168+
uses: PyO3/maturin-action@v1.44.0
169169
if: startsWith(github.ref, 'refs/tags/')
170170
with:
171171
command: upload

0 commit comments

Comments
 (0)