Skip to content

Commit e7e94e4

Browse files
committed
Trying to fix GitHub action
1 parent b46e585 commit e7e94e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: PyO3/maturin-action@v1
3434
with:
3535
target: ${{ matrix.target }}
36-
args: --release --out dist --find-interpreter
36+
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
3737
sccache: 'true'
3838
manylinux: auto
3939
- name: Upload wheels
@@ -57,7 +57,7 @@ jobs:
5757
uses: PyO3/maturin-action@v1
5858
with:
5959
target: ${{ matrix.target }}
60-
args: --release --out dist --find-interpreter
60+
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
6161
sccache: 'true'
6262
- name: Upload wheels
6363
uses: actions/upload-artifact@v3
@@ -79,7 +79,7 @@ jobs:
7979
uses: PyO3/maturin-action@v1
8080
with:
8181
target: ${{ matrix.target }}
82-
args: --release --out dist --find-interpreter
82+
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
8383
sccache: 'true'
8484
- name: Upload wheels
8585
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)