65
65
ref : version-${{ needs.bump.outputs.version }}
66
66
- uses : actions/checkout@v4
67
67
if : ${{ needs.bump.result == 'skipped' }}
68
- - uses : PyO3/maturin-action@v1.47 .3
68
+ - uses : PyO3/maturin-action@v1.49 .3
69
69
with :
70
70
target : ${{ matrix.target }}
71
71
manylinux : auto
91
91
if : ${{ needs.bump.result == 'skipped' }}
92
92
- name : Setup QEMU
93
93
uses : docker/setup-qemu-action@v3
94
- - uses : PyO3/maturin-action@v1.47 .3
94
+ - uses : PyO3/maturin-action@v1.49 .3
95
95
with :
96
96
manylinux : auto
97
97
command : build
@@ -114,7 +114,7 @@ jobs:
114
114
ref : version-${{ needs.bump.outputs.version }}
115
115
- uses : actions/checkout@v4
116
116
if : ${{ needs.bump.result == 'skipped' }}
117
- - uses : PyO3/maturin-action@v1.47 .3
117
+ - uses : PyO3/maturin-action@v1.49 .3
118
118
with :
119
119
command : build
120
120
args : --release -o dist --find-interpreter
@@ -136,7 +136,7 @@ jobs:
136
136
ref : version-${{ needs.bump.outputs.version }}
137
137
- uses : actions/checkout@v4
138
138
if : ${{ needs.bump.result == 'skipped' }}
139
- - uses : PyO3/maturin-action@v1.47 .3
139
+ - uses : PyO3/maturin-action@v1.49 .3
140
140
with :
141
141
command : build
142
142
target : universal2-apple-darwin
@@ -158,7 +158,7 @@ jobs:
158
158
pattern : wheels-*
159
159
merge-multiple : true
160
160
- name : Publish to PyPI
161
- uses : PyO3/maturin-action@v1.47 .3
161
+ uses : PyO3/maturin-action@v1.49 .3
162
162
env :
163
163
MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
164
164
with :
0 commit comments