Skip to content

Commit

Permalink
upgrade pyo3 bugfix to 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Dec 5, 2024
1 parent befac11 commit 1268d8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: npm publish --provenance *.tgz

- name: Publish python
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@unstable/v1 # unstable tmp for issue #309
with:
attestations: true
packages-dir: dist-py/
20 changes: 10 additions & 10 deletions 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
Expand Up @@ -13,7 +13,7 @@ exclude = ["/javascript", "/python", "/benchmark", "/.github"]
alloy-primitives = "0.8"
alloy-dyn-abi = "0.8"

pyo3 = { version = "0.23.2", features = ["extension-module"], optional = true }
pyo3 = { version = "0.23.3", features = ["extension-module"], optional = true }
wasm-bindgen = { version = "0.2", optional = true }
serde-wasm-bindgen = { version = "0.6.5", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 1268d8b

Please sign in to comment.