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 125af83 commit de8bc1fCopy full SHA for de8bc1f
.github/workflows/wheels.yml
@@ -133,6 +133,11 @@ jobs:
133
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
134
fi
135
136
+ # Used to run cibuildwheel
137
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
138
+ with:
139
+ python-version: "3.13"
140
+
141
- name: Build wheel
142
env:
143
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
0 commit comments