We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1640742 commit 1067a5eCopy full SHA for 1067a5e
2 files changed
.github/workflows/bindings.python.yml
@@ -87,7 +87,7 @@ jobs:
87
base_args="--release --strip --out dist"
88
fi
89
if [[ "${{ matrix.wheel }}" == "py39-abi" ]]; then
90
- wheel_args="--features py39-abi"
+ wheel_args="--features py39-abi --interpreter python3.9"
91
else
92
wheel_args="--no-default-features --features cp38 --interpreter python3.8"
93
.github/workflows/cron.integration.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
66
67
68
69
70
0 commit comments