From 040278979e3915310bf56238861fccbb3c574c14 Mon Sep 17 00:00:00 2001 From: Matt M Date: Tue, 17 Sep 2024 13:47:16 -0700 Subject: [PATCH] oops --- .github/workflows/python.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 999718ced..7c4e84a37 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -151,14 +151,14 @@ jobs: run: | /build/venv/bin/cross-pip --disable-pip-version-check install -r photon-lib/py/build_requirements.txt - - run: git fetch --tags --force - - run: | - chmod +x gradlew - ./gradlew photon-targeting:build photon-lib:build -i -PpythonExecutable=/build/venv/bin/cross-python - ./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable=/build/venv/bin/cross-python - - - name: Build wheel - working-directory: ./photon-lib/py - # disable isolation so we can run stubgen (ew but w/e) - run: | - /build/venv/bin/cross-python -m build -swn + - run: git fetch --tags --force + - run: | + chmod +x gradlew + ./gradlew photon-targeting:build photon-lib:build -i -PpythonExecutable=/build/venv/bin/cross-python + ./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable=/build/venv/bin/cross-python + + - name: Build wheel + working-directory: ./photon-lib/py + # disable isolation so we can run stubgen (ew but w/e) + run: | + /build/venv/bin/cross-python -m build -swn