Skip to content

Commit

Permalink
Remove the unnecessary git diff command from the build workflow.
Browse files Browse the repository at this point in the history
    - Eliminated the `git diff` command from the `.github/workflows/build.yml` file to streamline the build process.
  • Loading branch information
jag-k committed Nov 18, 2024
1 parent 0820cbf commit 52158c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
git diff
uv build
uv publish
Expand Down

0 comments on commit 52158c5

Please sign in to comment.