Skip to content

Commit

Permalink
Update pythonBinding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
casiez authored Dec 14, 2024
1 parent 8ab2baf commit cee88f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
jobLinux:
uses: ./linux.yml@main
uses: .github/workflows/linux.yml@main

jobmacOS:
uses: ./macOS.yml@main
uses: .github/workflows/macOS.yml@main

jobWindows:
uses: ./windows.yml@main
uses: .github/workflows/windows.yml@main

build:

Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
cd bindings/Python/cython/
ls -la libpointing/
python3 -m build
ls -la dist/
ls -la dist/

0 comments on commit cee88f9

Please sign in to comment.