Skip to content

Commit

Permalink
updated the worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavch committed Jun 20, 2024
1 parent 22a0d15 commit 5fb26db
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#
# maturin generate-ci github
#

name: CI

on:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --bindings pyo3-abi3
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --bindings pyo3-abi3
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -116,7 +115,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --bindings pyo3-abi3
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand All @@ -130,14 +129,6 @@ jobs:
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-linux-x86_64
- uses: actions/download-artifact@v4
with:
name: wheels-windows-x64
- uses: actions/download-artifact@v4
with:
name: wheels-macos-x86_64
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 5fb26db

Please sign in to comment.