Skip to content

Commit ad03aeb

Browse files
Use build number for abi4
1 parent 2ab64b7 commit ad03aeb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

abs.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# this is set to PYBIND11_INTERNALS_VERSION
55
{% set abi_version = "4" %}
6+
{% set abi_buildnumber = "1" %}
67

78
package:
89
name: pybind11-split
@@ -20,6 +21,7 @@ outputs:
2021
- name: pybind11-abi
2122
version: {{ abi_version }}
2223
build:
24+
number: {{ abi_buildnumber }}
2325
noarch: generic
2426
skip: true # [not linux and x86_64]
2527
run_exports:

0 commit comments

Comments
 (0)