Skip to content

Commit 188f5e9

Browse files
Bump pyo3 from 0.23.3 to 0.24.1 (#333)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Colvin <[email protected]>
1 parent 47f20c1 commit 188f5e9

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ jobs:
261261
- name: extract and list wheel file
262262
run: python -m zipfile --list `ls dist/*cp312-manylinux_2_17_x86_64*.whl | head -n 1`
263263

264-
- run: pip install twine
265-
- run: twine check dist/*
266-
267264
# Used for branch protection checks, see https://github.com/marketplace/actions/alls-green#why
268265
check:
269266
if: always()

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rust-version = "1.63"
2626
[dependencies]
2727
crossbeam-channel = "0.5.12"
2828
notify = { version = "7.0.0" }
29-
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
29+
pyo3 = { version = "0.24.1", features = ["extension-module", "generate-import-lib"] }
3030

3131
[lib]
3232
name = "_rust_notify"

0 commit comments

Comments
 (0)