Skip to content

Commit

Permalink
Update python_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Oct 28, 2024
1 parent 7605a68 commit db0d811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: auto
command: build
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist --features turbojpeg
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
command: build
maturin-version: latest
args: --release --target ${{ matrix.target }}-apple-darwin --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist --features turbojpeg
args: --release --target ${{ matrix.target }}-apple-darwin --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
with:
command: build
maturin-version: latest
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist --features turbojpeg
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit db0d811

Please sign in to comment.