Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent dfcaafb commit 48051c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,4 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
cd actuator/robstride
cargo publish
cargo publish -p robstride
1 change: 0 additions & 1 deletion actuator/bindings.pyi

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@

class RustBuildExt(build_ext):
def run(self) -> None:
# Run the stub generator
subprocess.run(["cargo", "run", "--bin", "stub_gen"], check=True)
# Call the original build_ext command
super().run()


Expand Down

0 comments on commit 48051c2

Please sign in to comment.