Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 18, 2024
1 parent 0eade70 commit e8597b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- run: git fetch --tags --force
- run: python3 -c "from sysconfig import get_paths as gp; print(gp())"

- run: ./gradlew photon-lib:tasks -PpythonExecutable=python3
- run: |
chmod +x gradlew
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable=python${{ matrix.python_version }}
Expand Down Expand Up @@ -244,3 +245,9 @@ jobs:
# disable isolation so we can run stubgen (ew but w/e)
run: |
/build/venv/bin/cross-python -m build -swn
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: "dist-${{ matrix.os.name }}"
path: ./photon-lib/py/dist/

0 comments on commit e8597b7

Please sign in to comment.