From f123e753a8ce87a833f6cf967dc2713901831aa0 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:26:26 +0400 Subject: [PATCH] Update release-python.yml --- .github/workflows/release-python.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index c20d0d5..c0f4bcf 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -164,6 +164,12 @@ jobs: name: __init__.py path: ./crates/infisical-py/infisical_client/ + - name: Retrieve Type Definitions + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + with: + name: schemas.py + path: ${{ github.workspace }}/crates/infisical-py/infisical_client/ + - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -217,6 +223,12 @@ jobs: name: __init__.py path: ./crates/infisical-py/infisical_client/ + - name: Retrieve Type Definitions + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + with: + name: schemas.py + path: ${{ github.workspace }}/crates/infisical-py/infisical_client/ + - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -267,6 +279,12 @@ jobs: name: __init__.py path: ./crates/infisical-py/infisical_client/ + - name: Retrieve Type Definitions + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + with: + name: schemas.py + path: ${{ github.workspace }}/crates/infisical-py/infisical_client/ + - name: Build sdist uses: PyO3/maturin-action@v1 with: