Skip to content

Commit

Permalink
set RPYBUILD_SKIP_PYI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 7, 2024
1 parent 3378478 commit 382d35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
tags:
- '*'

env:
RPYBUILD_SKIP_PYI: 1

jobs:
ci:
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2024
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ depends = [
"apriltag",
"photontargeting",
"photonvision-opencv",

]


Expand Down Expand Up @@ -93,7 +92,7 @@ depends = [
]

sources = [
"photonvision/src/module.cpp",
"photontargeting/src/module.cpp",
]

generation_data = "gen"
Expand Down

0 comments on commit 382d35f

Please sign in to comment.