Skip to content

Commit

Permalink
chore(ci): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed Dec 4, 2023
1 parent 513c489 commit 4fa1012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10
sccache: true
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10
sccache: true
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10'
args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10
sccache: true
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4fa1012

Please sign in to comment.