Skip to content

Commit

Permalink
Merge pull request #86 from pymc-devs/fix-pip-not-found
Browse files Browse the repository at this point in the history
Prepare v0.9.2 release
  • Loading branch information
maresb committed Feb 19, 2024
2 parents 311c24c + a190470 commit d43705d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutpie"
version = "0.9.1"
version = "0.9.2"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>"
Expand Down

0 comments on commit d43705d

Please sign in to comment.