File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 with :
110110 manylinux : auto
111111 command : build
112- args : " -o dist"
112+ args : " -o dist -i python${{ matrix.python-version }} "
113113 target : ${{ steps.target.outputs.target }}
114114
115115 - name : Upload wheels
Original file line number Diff line number Diff line change 2424 with :
2525 manylinux : auto
2626 command : build
27- args : " --release -o dist"
27+ args : " --release -o dist -i python${{ matrix.python-version }} "
2828 target : ${{ matrix.architecture == 'aarch64' && 'aarch64-unknown-linux-gnu' || null }}
2929 - name : Upload wheels
3030 uses : actions/upload-artifact@v5
4848 uses : PyO3/maturin-action@v1
4949 with :
5050 command : build
51- args : " --release -o dist"
51+ args : " --release -o dist -i python${{ matrix.python-version }} "
5252 target : ${{ matrix.architecture == 'aarch64' && 'aarch64-apple-darwin' || 'x86_64-apple-darwin' }}
5353 - name : Upload wheels
5454 uses : actions/upload-artifact@v5
7272 uses : PyO3/maturin-action@v1
7373 with :
7474 command : build
75- args : " --release -o dist"
75+ args : " --release -o dist -i python${{ matrix.python-version }} "
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v5
7878 with :
You can’t perform that action at this time.
0 commit comments