Skip to content

Commit

Permalink
Update release-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 24, 2024
1 parent 7a90e98 commit f123e75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f123e75

Please sign in to comment.