Skip to content

Commit 4922234

Browse files
Move uv sync
1 parent ec7d9d3 commit 4922234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
- name: Get previous commit SHA
3535
run: echo "sha=$(git rev-parse --verify --quiet HEAD^)" >> $GITHUB_ENV
3636

37+
- name: Install dependencies
38+
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen
39+
3740
- name: Detect and tag new version
3841
id: check-version
3942
if: ${{ env.sha }}
4043
uses: salsify/action-detect-and-tag-new-version@v2
4144
with:
4245
version-command: uvx --from=toml-cli toml get --toml-path=pyproject.toml project.version
4346

44-
- name: Install dependencies
45-
run: uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen
46-
4747
- name: Bump version for dev release
4848
if: "! steps.check-version.outputs.tag"
4949
run: |

0 commit comments

Comments
 (0)