Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Oct 31, 2024
1 parent 8c77c6d commit feb3bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install maturin build wheel
- name: Build package
run: maturin build --release --strip --out dist
run: maturin build --release --strip --out dist --manifest-path pyklang/Cargo.toml

- name: Upload wheel artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -108,5 +108,5 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
cd actuator/robstride
cd klang/
cargo publish

0 comments on commit feb3bfb

Please sign in to comment.