Skip to content

Commit 6758bb9

Browse files
committed
more test
1 parent 7ad4bcb commit 6758bb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: PyO3/maturin-action@v1
7474
with:
7575
target: ${{ matrix.platform.target }}
76-
args: --release --out dist -i ${{ BUILD_VERSION }}
76+
args: --release --out dist -i ${{ env.BUILD_VERSION }}
7777
sccache: "true"
7878
manylinux: auto
7979
- name: Upload wheels
@@ -102,7 +102,7 @@ jobs:
102102
uses: PyO3/maturin-action@v1
103103
with:
104104
target: ${{ matrix.platform.target }}
105-
args: --release --out dist -i ${{ BUILD_VERSION }}
105+
args: --release --out dist -i ${{ env.BUILD_VERSION }}
106106
sccache: "true"
107107
- name: Upload wheels
108108
uses: actions/upload-artifact@v4
@@ -129,7 +129,7 @@ jobs:
129129
uses: PyO3/maturin-action@v1
130130
with:
131131
target: ${{ matrix.platform.target }}
132-
args: --release --out dist -i ${{ BUILD_VERSION }}
132+
args: --release --out dist -i ${{ env.BUILD_VERSION }}
133133
sccache: "true"
134134
- name: Upload wheels
135135
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)