Skip to content

Commit

Permalink
Transition to kube-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Feb 19, 2025
1 parent aaabf14 commit dfcbbf8
Show file tree
Hide file tree
Showing 27 changed files with 4,209 additions and 1,982 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-python@v5

- name: Setup Rust
if: ${{ steps.release.outputs.release_created }}
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install "uv"
if: ${{ steps.release.outputs.release_created }}
uses: astral-sh/setup-uv@v5
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install "uv"
uses: astral-sh/setup-uv@v5

Expand Down Expand Up @@ -62,6 +65,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install "uv"
uses: astral-sh/setup-uv@v5

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ site
*.rej
.tox
.stestr
/target
*.so
Loading

0 comments on commit dfcbbf8

Please sign in to comment.