From 4b20b4d2ede9dc8c01a9204fd57c10014eb77c77 Mon Sep 17 00:00:00 2001 From: tbar4 Date: Tue, 26 Nov 2024 09:49:56 -0800 Subject: [PATCH] updated maturin version and ccargo build to build yml --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcb11ef68..2e0b26d0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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: @@ -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: