diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d10812..40687cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,10 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' manylinux: 2_28 before-script-linux: | dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang + - name: Upload wheels uses: actions/upload-artifact@v3 with: diff --git a/Cargo.lock b/Cargo.lock index b2e47a6..b62ec77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "nutpie" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "arrow2", diff --git a/Cargo.toml b/Cargo.toml index 45fa973..64d792b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutpie" -version = "0.9.1" +version = "0.9.2" authors = [ "Adrian Seyboldt ", "PyMC Developers "