Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 23, 2024
1 parent 7ad4bcb commit 6758bb9
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 @@ -73,7 +73,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ BUILD_VERSION }}
args: --release --out dist -i ${{ env.BUILD_VERSION }}
sccache: "true"
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ BUILD_VERSION }}
args: --release --out dist -i ${{ env.BUILD_VERSION }}
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -129,7 +129,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ BUILD_VERSION }}
args: --release --out dist -i ${{ env.BUILD_VERSION }}
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6758bb9

Please sign in to comment.