Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa45f28

Browse files
committedFeb 19, 2024··
Merge branch 'main' into dependabot/github_actions/uraimo/run-on-arch-action-2.7.1
2 parents c53c78d + d43705d commit aa45f28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
target: ${{ matrix.target }}
3939
args: --release --out dist --find-interpreter
40-
sccache: 'true'
4140
manylinux: 2_28
4241
before-script-linux: |
4342
dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
43+
4444
- name: Upload wheels
4545
uses: actions/upload-artifact@v3
4646
with:

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
55
"Adrian Seyboldt <adrian.seyboldt@gmail.com>",
66
"PyMC Developers <pymc.devs@gmail.com>"

0 commit comments

Comments
 (0)
Please sign in to comment.