Skip to content

Commit

Permalink
use cargo-binstall instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent 67bb687 commit 1ddd8ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump_version_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ jobs:
# here we need v3.10+
python-version: 3.x

- run: rustup update --no-self-update

- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main

- name: Install git-cliff
run: pip install git-cliff
run: cargo binstall -y git-cliff

- name: increment version
working-directory: ${{ inputs.repo }}
Expand Down

0 comments on commit 1ddd8ab

Please sign in to comment.