Skip to content

Commit efcde6d

Browse files
authoredMar 21, 2025
Add git diff check to release workflow (#17561)
1 parent cd4ca45 commit efcde6d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.github/workflows/python-package.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fetch-depth: 0
2424
persist-credentials: false
2525

26-
2726
- name: Set up uv and Python
2827
uses: astral-sh/setup-uv@v5
2928
with:
@@ -44,6 +43,10 @@ jobs:
4443
run: |
4544
uv run prefect dev build-ui
4645
46+
- name: Check git diff
47+
run: |
48+
git diff --exit-code
49+
4750
- name: Build a binary wheel and a source tarball
4851
run: |
4952
uv build --sdist --wheel --out-dir dist

‎uv.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.