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 29, 2024
1 parent f12a0c1 commit 88e211e
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 @@ -25,11 +25,10 @@ jobs:
command: build
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

macos:
runs-on: ${{ matrix.runs-on }}
Expand Down Expand Up @@ -91,11 +90,10 @@ jobs:
maturin-version: latest
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
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

windows:
runs-on: windows-latest
Expand All @@ -121,11 +119,10 @@ jobs:
maturin-version: latest
args: --release --out dist -i python${{ matrix.python-version }} -m kornia-py/Cargo.toml --sdist
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

release:
name: Release
Expand Down

0 comments on commit 88e211e

Please sign in to comment.