File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
- uses : actions/checkout@v4
57
57
with :
58
58
ref : version-${{ needs.bump.outputs.version }}
59
- - uses : PyO3/maturin-action@v1.46 .0
59
+ - uses : PyO3/maturin-action@v1.47 .0
60
60
with :
61
61
target : ${{ matrix.target }}
62
62
manylinux : auto
78
78
ref : version-${{ needs.bump.outputs.version }}
79
79
- name : Setup QEMU
80
80
uses : docker/setup-qemu-action@v3
81
- - uses : PyO3/maturin-action@v1.46 .0
81
+ - uses : PyO3/maturin-action@v1.47 .0
82
82
with :
83
83
manylinux : auto
84
84
command : build
97
97
- uses : actions/checkout@v4
98
98
with :
99
99
ref : version-${{ needs.bump.outputs.version }}
100
- - uses : PyO3/maturin-action@v1.46 .0
100
+ - uses : PyO3/maturin-action@v1.47 .0
101
101
with :
102
102
command : build
103
103
args : --release -o dist --find-interpreter
@@ -115,7 +115,7 @@ jobs:
115
115
- uses : actions/checkout@v4
116
116
with :
117
117
ref : version-${{ needs.bump.outputs.version }}
118
- - uses : PyO3/maturin-action@v1.46 .0
118
+ - uses : PyO3/maturin-action@v1.47 .0
119
119
with :
120
120
command : build
121
121
target : universal2-apple-darwin
@@ -137,7 +137,7 @@ jobs:
137
137
pattern : wheels-*
138
138
merge-multiple : true
139
139
- name : Publish to PyPI
140
- uses : PyO3/maturin-action@v1.46 .0
140
+ uses : PyO3/maturin-action@v1.47 .0
141
141
env :
142
142
MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
143
143
with :
You can’t perform that action at this time.
0 commit comments