nox-uv 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,3 +46,5 @@ jobs:
46
46
  run: uv sync --locked --no-default-groups
47
47
  - name: Test with Nox
48
48
  run: uv run nox -s ${{ matrix.nox-session }}
49
+
50
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nox-uv
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Facilitate nox integration with uv for Python projects
5
5
  Project-URL: Homepage, https://github.com/dantebben/nox-uv
6
6
  Author-email: Dan Tebben <dantebben@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nox-uv"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Facilitate nox integration with uv for Python projects"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -58,7 +58,7 @@ def session(
58
58
  [function] = args
59
59
 
60
60
  # Create the `uv sync` command
61
- sync_cmd = ["uv", "sync", "--no-default-groups"]
61
+ sync_cmd = ["uv", "sync", "--no-default-groups", "--locked"]
62
62
 
63
63
  # Add the groups
64
64
  for g in uv_groups:
@@ -390,7 +390,7 @@ wheels = [
390
390
 
391
391
  [[package]]
392
392
  name = "nox-uv"
393
- version = "0.2.0"
393
+ version = "0.2.1"
394
394
  source = { editable = "." }
395
395
  dependencies = [
396
396
  { name = "nox" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes