Skip to content

Commit 5f81f90

Browse files
authored
Add python3.11 in build (#38)
* Add a step to build Python3.11 wheel * Update pybind11 version
1 parent 3e3a28b commit 5f81f90

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/whl-build-ec2.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
- name: Build Python3.10 wheel
9696
run: |
9797
./build_scripts/build_wheel.sh python3.10
98-
98+
99+
- name: Build Python3.11 wheel
100+
run: |
101+
./build_scripts/build_wheel.sh python3.11
102+
99103
- uses: actions/upload-artifact@v3
100104
with:
101105
name: ${{ github.event.inputs.tag }}

cpp/external/pybind11

Submodule pybind11 updated 254 files

0 commit comments

Comments
 (0)