Skip to content

Commit

Permalink
build: temporarily peg pyo3 to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Feb 26, 2024
1 parent 7c2d621 commit 1edcc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.tag || github.ref }}

- uses: actions/setup-python@v4
with:
python-version: '3.10'

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -48,6 +50,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: 2_28

- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "biobear"
arrow = { version = "50.0.0", features = ["pyarrow"] }
datafusion = "36"
exon = { version = "0.10.0", features = ["all"] }
pyo3 = "0.20"
pyo3 = "0.20.2"
tokio = { version = "1", features = ["rt"] }

[profile.release]
Expand Down

0 comments on commit 1edcc00

Please sign in to comment.