Commit f123e75 1 parent 7a90e98 commit f123e75 Copy full SHA for f123e75
File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,12 @@ jobs:
164
164
name : __init__.py
165
165
path : ./crates/infisical-py/infisical_client/
166
166
167
+ - name : Retrieve Type Definitions
168
+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
169
+ with :
170
+ name : schemas.py
171
+ path : ${{ github.workspace }}/crates/infisical-py/infisical_client/
172
+
167
173
- uses : actions/setup-python@v4
168
174
with :
169
175
python-version : " 3.10"
@@ -217,6 +223,12 @@ jobs:
217
223
name : __init__.py
218
224
path : ./crates/infisical-py/infisical_client/
219
225
226
+ - name : Retrieve Type Definitions
227
+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
228
+ with :
229
+ name : schemas.py
230
+ path : ${{ github.workspace }}/crates/infisical-py/infisical_client/
231
+
220
232
- uses : actions/setup-python@v4
221
233
with :
222
234
python-version : " 3.10"
@@ -267,6 +279,12 @@ jobs:
267
279
name : __init__.py
268
280
path : ./crates/infisical-py/infisical_client/
269
281
282
+ - name : Retrieve Type Definitions
283
+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
284
+ with :
285
+ name : schemas.py
286
+ path : ${{ github.workspace }}/crates/infisical-py/infisical_client/
287
+
270
288
- name : Build sdist
271
289
uses : PyO3/maturin-action@v1
272
290
with :
You can’t perform that action at this time.
0 commit comments