Skip to content

Commit ab23c62

Browse files
committed
add uv workspace
Signed-off-by: gruebel <[email protected]>
1 parent 8224eed commit ab23c62

File tree

13 files changed

+323
-2130
lines changed

13 files changed

+323
-2130
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ jobs:
6767
- name: Publish a Python distribution to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
70-
packages-dir: ${{ matrix.path }}/dist
70+
# `uv` stores the build packages in the root `dist` folder
71+
packages-dir: dist

hooks/openfeature-hooks-opentelemetry/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ dev = [
3131
"pytest>=8.4.0,<9.0.0",
3232
]
3333

34-
[tool.uv]
35-
required-version = "~=0.8.0"
36-
3734
[tool.uv.build-backend]
3835
module-name = "openfeature"
3936
module-root = "src"

hooks/openfeature-hooks-opentelemetry/uv.lock

Lines changed: 0 additions & 462 deletions
This file was deleted.

mypy.ini

Lines changed: 0 additions & 17 deletions
This file was deleted.

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ dev = [
3030
"pytest>=8.4.0,<9.0.0",
3131
]
3232

33-
[tool.uv]
34-
required-version = "~=0.8.0"
35-
3633
[tool.uv.build-backend]
3734
module-name = "openfeature"
3835
module-root = "src"

providers/openfeature-provider-env-var/uv.lock

Lines changed: 0 additions & 424 deletions
This file was deleted.

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ dev = [
3333
"types-requests>=2.32.0,<3.0.0",
3434
]
3535

36-
[tool.uv]
37-
required-version = "~=0.8.0"
38-
3936
[tool.uv.build-backend]
4037
module-name = "openfeature"
4138
module-root = "src"

providers/openfeature-provider-flipt/uv.lock

Lines changed: 0 additions & 585 deletions
This file was deleted.

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ dev = [
3434
"types-requests>=2.32.0,<3.0.0",
3535
]
3636

37-
[tool.uv]
38-
required-version = "~=0.8.0"
39-
4037
[tool.uv.build-backend]
4138
module-name = "openfeature"
4239
module-root = "src"

providers/openfeature-provider-ofrep/uv.lock

Lines changed: 0 additions & 572 deletions
This file was deleted.

0 commit comments

Comments
 (0)