Skip to content

Commit

Permalink
Merge branch 'python-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckland committed May 26, 2024
2 parents 7a9f6b3 + 61c055c commit 3641e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features
args: --release
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 3641e96

Please sign in to comment.