We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270a6c commit 8837158Copy full SHA for 8837158
.github/workflows/wheels.yml
@@ -130,6 +130,11 @@ jobs:
130
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
131
fi
132
133
+ # Used to run cibuildwheel
134
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
135
+ with:
136
+ python-version: "3.13"
137
+
138
- name: Build wheel
139
env:
140
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
0 commit comments