File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 39
39
- name : Build wheels
40
40
uses : PyO3/maturin-action@v1
41
41
with :
42
+ working-directory : python
42
43
target : ${{ matrix.platform.target }}
43
44
args : --release --out dist --find-interpreter
44
45
sccache : ' true'
70
71
- name : Build wheels
71
72
uses : PyO3/maturin-action@v1
72
73
with :
74
+ working-directory : python
73
75
target : ${{ matrix.platform.target }}
74
76
args : --release --out dist --find-interpreter
75
77
sccache : ' true'
98
100
- name : Build wheels
99
101
uses : PyO3/maturin-action@v1
100
102
with :
103
+ working-directory : python
101
104
target : ${{ matrix.platform.target }}
102
105
args : --release --out dist --find-interpreter
103
106
sccache : ' true'
@@ -124,6 +127,7 @@ jobs:
124
127
- name : Build wheels
125
128
uses : PyO3/maturin-action@v1
126
129
with :
130
+ working-directory : python
127
131
target : ${{ matrix.platform.target }}
128
132
args : --release --out dist --find-interpreter
129
133
sccache : ' true'
@@ -140,6 +144,7 @@ jobs:
140
144
- name : Build sdist
141
145
uses : PyO3/maturin-action@v1
142
146
with :
147
+ working-directory : python
143
148
command : sdist
144
149
args : --out dist
145
150
- name : Upload sdist
You can’t perform that action at this time.
0 commit comments