Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
echo "Generating bindings..."
mkdir -p packages/python/vtx_protocol/generated
componentize-py --wit-path wit --world plugin bindings packages/python/vtx_protocol/generated
componentize-py --wit-path wit --world vtx-plugin bindings packages/python/vtx_protocol/generated
- name: Build Wheel and Sdist
working-directory: packages/python
Expand Down Expand Up @@ -168,4 +168,4 @@ jobs:
working-directory: packages/java
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn deploy -DskipTests
run: mvn deploy -DskipTests