Skip to content

Commit

Permalink
[CI] pin pybind11-stubgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Sep 22, 2023
1 parent 6ff888a commit b17283e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ env.HOST }}-ccache
# Pip install dependencies
- name: Install Python dependencies
run: python${{ env.PYTHON_VERSION }} -m pip install -U pip build pybind11-stubgen py-build-cmake~=0.2.0a5
run: python${{ env.PYTHON_VERSION }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a7
# Build
- name: Native build
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.pypy }}${{ matrix.python-version }}-${{ matrix.host }}-ccache
# Pip install dependencies
- name: Install Python dependencies
run: python${{ matrix.python-version }} -m pip install -U pip build pybind11-stubgen py-build-cmake~=0.2.0a5
run: python${{ matrix.python-version }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a7
# Download stubs
- name: Download stubs
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions QPALM/interfaces/python/qpalm-debug/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ description = "Debug symbols for the qpalm package."

[build-system]
requires = [
"py-build-cmake~=0.2.0a5",
"py-build-cmake~=0.2.0a7",
"pybind11>=2.10.1,!=2.10.2,!=2.10.3,!=2.10.4,!=2.11.*",
"pybind11-stubgen",
"pybind11-stubgen~=0.16.2",
]
build-backend = "py_build_cmake.build_component"

Expand Down

0 comments on commit b17283e

Please sign in to comment.