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 c019968 commit 62e1ee6Copy full SHA for 62e1ee6
.github/workflows/wheel-builder.yml
@@ -294,6 +294,9 @@ jobs:
294
name: cryptography-sdist
295
296
- run: ${{ matrix.PYTHON.BIN_PATH }} -m pip install -r "${UV_REQUIREMENTS_PATH}"
297
+ - name: add free-threaded python tools directory to PATH
298
+ run: echo "/Library/Frameworks/PythonT.framework/Versions/3.14/bin" >> "$GITHUB_PATH"
299
+ if: matrix.PYTHON.VERSION == '3.14t'
300
- run: mkdir wheelhouse
301
- name: Build the wheel
302
run: |
0 commit comments