Skip to content

Commit

Permalink
ci: update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Sep 24, 2024
1 parent 9e2868f commit 28856d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Bump version in pyproject.toml to ${{ github.ref_name }}
- name: Bump version in pyproject.toml and uv.lock to ${{ github.ref_name }}
run: |
sed -i 's/^ *version.*=.*"\([^"]*\)".*/version = "${{ github.ref_name }}"/' ./pyproject.toml
uv lock
Expand Down

0 comments on commit 28856d5

Please sign in to comment.