Skip to content

Commit 1b264a7

Browse files
committed
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-4
2 parents 0396332 + d43705d commit 1b264a7

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 <[email protected]>",
66
"PyMC Developers <[email protected]>"

0 commit comments

Comments
 (0)