Skip to content

Commit d36ec1d

Browse files
authored
fix: Check for up-to-date lockfile (#192)
# Summary Updates lockfile and adds a CI step to check that this has been done. Should prevent failed release to PyPI, when a lockfile change causes `dev0` version string to be created. # Changes * Update `uv.lock` * Added CI check on lockfile.
1 parent 0730a9a commit d36ec1d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/lint-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- name: Install project
3939
run: uv sync --group test --group docs
4040

41+
- name: Check uv lockfile
42+
run: uv lock --check
43+
if: always()
44+
4145
- name: Ruff linting
4246
run: uv run ruff check .
4347
if: always()

uv.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)