File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
- name : Build wheels
50
- uses : PyO3/maturin-action@v1.43 .0
50
+ uses : PyO3/maturin-action@v1.44 .0
51
51
with :
52
52
command : build
53
53
args : --strip -i ${{ matrix.python-version }} -o dist -r
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
86
86
- name : Build wheels
87
- uses : PyO3/maturin-action@v1.43 .0
87
+ uses : PyO3/maturin-action@v1.44 .0
88
88
with :
89
89
command : build
90
90
args : --strip -i ${{ matrix.python-version }} -o dist -r
@@ -119,7 +119,7 @@ jobs:
119
119
python-version : ${{ matrix.python-version }}
120
120
architecture : ${{ matrix.target }}
121
121
- name : Build wheels
122
- uses : PyO3/maturin-action@v1.43 .0
122
+ uses : PyO3/maturin-action@v1.44 .0
123
123
with :
124
124
command : build
125
125
args : --strip -i ${{ matrix.python-version }} -o dist -r
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Checkout code
140
140
uses : actions/checkout@v4
141
141
- name : Build sdist
142
- uses : PyO3/maturin-action@v1.43 .0
142
+ uses : PyO3/maturin-action@v1.44 .0
143
143
with :
144
144
command : sdist
145
145
args : -o dist
@@ -165,7 +165,7 @@ jobs:
165
165
pattern : wheels-*
166
166
merge-multiple : true
167
167
- name : Publish to PyPI
168
- uses : PyO3/maturin-action@v1.43 .0
168
+ uses : PyO3/maturin-action@v1.44 .0
169
169
if : startsWith(github.ref, 'refs/tags/')
170
170
with :
171
171
command : upload
You can’t perform that action at this time.
0 commit comments