Skip to content

Commit

Permalink
Update pypi_upload.yml to temporarily pin pybind11 for wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha-Nori authored Aug 19, 2024
1 parent 2dcb2d4 commit 1971a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.17.0
- name: Install pybind11
run: pipx install pybind11==2.13.1
- id: set-matrix
run: |
MATRIX=$(
Expand Down

0 comments on commit 1971a34

Please sign in to comment.