Skip to content

Commit

Permalink
debugging stubs build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 9, 2022
1 parent 24d67c3 commit 811a259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux-2022.3

- run: ls ./linux-2022.3

- name: Build stubs
run: |
Expand Down Expand Up @@ -192,7 +194,7 @@ jobs:
#
upload_release:
name: Upload release
needs: [maya-win, maya-linux, maya-macos]
needs: [maya-win, maya-linux, maya-macos, generate-stubs]
runs-on: ubuntu-latest

# Only run on e.g. v0.1.0
Expand Down
2 changes: 2 additions & 0 deletions scripts/generate_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import sys
import time

print(sys.path)

import cmdc
import pybind11_stubgen

Expand Down

0 comments on commit 811a259

Please sign in to comment.