Skip to content

Commit

Permalink
Trying to fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmm committed Jul 21, 2024
1 parent b46e585 commit 2bce540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -57,7 +57,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -79,7 +79,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist --find-interpreter -m gomori-py/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand All @@ -95,7 +95,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out dist -m gomori-py/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2bce540

Please sign in to comment.