Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SemyonSinchenko authored Oct 12, 2024
1 parent 9857f41 commit efa9f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Update version
if: "startsWith(github.ref, 'refs/tags/')"
run:
sed -i '0,/version/s/version = ".*"/version = "${{ github.ref_name }}"/' Cargo.toml
sed -i '' '0,/version/s/version = ".*"/version = "${{ github.ref_name }}"/' Cargo.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit efa9f78

Please sign in to comment.