Skip to content

Commit

Permalink
Merge pull request #66 from JohnPaton/freeze-uv
Browse files Browse the repository at this point in the history
Bugfix: Don't update uv.lock inside CI
  • Loading branch information
avaldebe authored Dec 5, 2024
2 parents b4bd61f + be93cd1 commit fd30af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '0 12 1 * *' # On the first day of the month
pull_request:

env:
UV_FROZEN: "true"

jobs:
unit-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +58,8 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup-project
name: Setup project
- run: git diff --exit-code
name: Assert workdir is clean
- run: |
uv build
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit fd30af1

Please sign in to comment.