We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9f5a7 commit 65cc731Copy full SHA for 65cc731
1 file changed
.github/workflows/build-rtc.yml
@@ -80,11 +80,12 @@ jobs:
80
submodules: true
81
82
- uses: actions/setup-python@v5
83
+ id: setup-python
84
with:
85
python-version: "3.11"
86
87
- name: Build wheels
- run: pipx run cibuildwheel==3.3.1 --output-dir dist
88
+ run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist
89
env:
90
CIBW_ARCHS: ${{ matrix.archs }}
91
0 commit comments