Skip to content

Commit 62e1ee6

Browse files
committed
work around issues with uv paths
1 parent c019968 commit 62e1ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ jobs:
294294
name: cryptography-sdist
295295

296296
- 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'
297300
- run: mkdir wheelhouse
298301
- name: Build the wheel
299302
run: |

0 commit comments

Comments
 (0)