Skip to content

Commit

Permalink
point to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Mar 4, 2024
1 parent 8b01f54 commit 8477eb4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
target: [x86_64, aarch64]
defaults:
run:
working-directory: ./py-kornia

steps:
- uses: actions/checkout@v3
Expand All @@ -38,7 +35,7 @@ jobs:
container: ghcr.io/kornia/kornia-rs/release-${{ matrix.target }}:latest
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -i python${{ matrix.python-version }}
args: --release --out dist -i python${{ matrix.python-version }} -m py-kornia/Cargo.toml
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -68,7 +65,7 @@ jobs:
with:
maturin-version: latest
command: build
args: --target ${{ matrix.target }}-apple-darwin --release --out dist -i python${{ matrix.python-version }}
args: --target ${{ matrix.target }}-apple-darwin --release --out dist -i python${{ matrix.python-version }} -m py-kornia/Cargo.toml
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -97,7 +94,7 @@ jobs:
with:
maturin-version: latest
command: build
args: --release --out dist -i python${{ matrix.python-version }}
args: --release --out dist -i python${{ matrix.python-version }} -m py-kornia/Cargo.toml
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 8477eb4

Please sign in to comment.