From 55cedb2f6d03a382ba783bcd2dd00f56fa4122a3 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sun, 22 Sep 2024 07:48:53 +0000 Subject: [PATCH] fix dists path --- .github/workflows/CI.yml | 8 ++++---- Cargo.lock | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d2be74f..ec1bf23 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels-linux-${{ matrix.platform.target }} - path: dist + path: sbv2_bindings/dist windows: runs-on: ${{ matrix.platform.runner }} @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels-windows-${{ matrix.platform.target }} - path: dist + path: sbv2_bindings/dist macos: runs-on: ${{ matrix.platform.runner }} @@ -99,7 +99,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels-macos-${{ matrix.platform.target }} - path: dist + path: sbv2_bindings/dist sdist: runs-on: ubuntu-latest @@ -115,7 +115,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels-sdist - path: dist + path: sbv2_bindings/dist release: name: Release diff --git a/Cargo.lock b/Cargo.lock index 0d263b1..098a939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "sbv2_bindings" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "ndarray",