Skip to content

Commit d43705d

Browse files
authored
Merge pull request #86 from pymc-devs/fix-pip-not-found
Prepare v0.9.2 release
2 parents 311c24c + a190470 commit d43705d

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)