Skip to content

Commit bbf61fe

Browse files
Edward AlmondEdward Almond
authored andcommitted
ci: export PYO3_USE_ABI3_FORWARD_COMPATIBILITY continuously
1 parent 8d26419 commit bbf61fe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUST_BACKTRACE: 1
12+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
1213

1314
jobs:
1415
# Format check - runs quickly, fail fast

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)