Skip to content

Commit f123e75

Browse files
Update release-python.yml
1 parent 7a90e98 commit f123e75

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release-python.yml

+18
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ jobs:
164164
name: __init__.py
165165
path: ./crates/infisical-py/infisical_client/
166166

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+
167173
- uses: actions/setup-python@v4
168174
with:
169175
python-version: "3.10"
@@ -217,6 +223,12 @@ jobs:
217223
name: __init__.py
218224
path: ./crates/infisical-py/infisical_client/
219225

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+
220232
- uses: actions/setup-python@v4
221233
with:
222234
python-version: "3.10"
@@ -267,6 +279,12 @@ jobs:
267279
name: __init__.py
268280
path: ./crates/infisical-py/infisical_client/
269281

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+
270288
- name: Build sdist
271289
uses: PyO3/maturin-action@v1
272290
with:

0 commit comments

Comments
 (0)