File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
uses : PyO3/maturin-action@v1
74
74
with :
75
75
target : ${{ matrix.platform.target }}
76
- args : --release --out dist -i ${{ BUILD_VERSION }}
76
+ args : --release --out dist -i ${{ env. BUILD_VERSION }}
77
77
sccache : " true"
78
78
manylinux : auto
79
79
- name : Upload wheels
@@ -102,7 +102,7 @@ jobs:
102
102
uses : PyO3/maturin-action@v1
103
103
with :
104
104
target : ${{ matrix.platform.target }}
105
- args : --release --out dist -i ${{ BUILD_VERSION }}
105
+ args : --release --out dist -i ${{ env. BUILD_VERSION }}
106
106
sccache : " true"
107
107
- name : Upload wheels
108
108
uses : actions/upload-artifact@v4
@@ -129,7 +129,7 @@ jobs:
129
129
uses : PyO3/maturin-action@v1
130
130
with :
131
131
target : ${{ matrix.platform.target }}
132
- args : --release --out dist -i ${{ BUILD_VERSION }}
132
+ args : --release --out dist -i ${{ env. BUILD_VERSION }}
133
133
sccache : " true"
134
134
- name : Upload wheels
135
135
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments