From e6507444447254d2b9402544fe6900d0bd3391f6 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Fri, 24 Jul 2026 16:53:27 +1000 Subject: [PATCH] Pass Ghostty source into Linux wheel builds --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6e777d..405c0b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,9 +27,6 @@ jobs: - name: macos-x86_64 os: macos-15-intel arch: x86_64 - - name: windows-amd64 - os: windows-latest - arch: AMD64 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6 @@ -41,6 +38,7 @@ jobs: - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_ARCHS: ${{ matrix.arch }} + CIBW_ENVIRONMENT_PASS_LINUX: GHOSTTY_SRC GHOSTTY_SRC: ghostty-src with: output-dir: wheelhouse