File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
uses : PyO3/maturin-action@v1
34
34
with :
35
35
target : ${{ matrix.target }}
36
- args : --release --out dist --find-interpreter
36
+ args : --release --out dist --find-interpreter -m gomori-py/Cargo.toml
37
37
sccache : ' true'
38
38
manylinux : auto
39
39
- name : Upload wheels
57
57
uses : PyO3/maturin-action@v1
58
58
with :
59
59
target : ${{ matrix.target }}
60
- args : --release --out dist --find-interpreter
60
+ args : --release --out dist --find-interpreter -m gomori-py/Cargo.toml
61
61
sccache : ' true'
62
62
- name : Upload wheels
63
63
uses : actions/upload-artifact@v3
79
79
uses : PyO3/maturin-action@v1
80
80
with :
81
81
target : ${{ matrix.target }}
82
- args : --release --out dist --find-interpreter
82
+ args : --release --out dist --find-interpreter -m gomori-py/Cargo.toml
83
83
sccache : ' true'
84
84
- name : Upload wheels
85
85
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments