Skip to content

Commit

Permalink
updated maturin version and ccargo build to build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar4 committed Nov 26, 2024
1 parent 291e727 commit 4b20b4d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rm LICENSE.txt

- name: Download LICENSE.txt
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .

- run: cat LICENSE.txt

- name: Cargo Build
run: cd python && cargo build

- name: Build wheels
uses: PyO3/maturin-action@v1
env:
Expand Down Expand Up @@ -212,7 +218,12 @@ jobs:
with:
name: python-wheel-license
path: .

- run: cat LICENSE.txt

- name: Cargo Build
run: cd python && cargo build

- name: Build wheels
uses: PyO3/maturin-action@v1
env:
Expand Down Expand Up @@ -243,7 +254,12 @@ jobs:
with:
name: python-wheel-license
path: .

- run: cat LICENSE.txt

- name: Cargo Build
run: cd python && cargo build

- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4b20b4d

Please sign in to comment.