Skip to content

Commit 195ea77

Browse files
committed
fix
1 parent 07a239a commit 195ea77

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "REPO_VERSION=$(python3 posthog/version.py)" >> $GITHUB_ENV
3838

3939
- name: Prepare for building release
40-
run: uv sync --extra build
40+
run: uv sync --extra dev
4141

4242
- name: Push releases to PyPI
4343
run: uv run make release && uv run make release_analytics

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ dev = [
5151
"pre-commit",
5252
"pydantic",
5353
"ruff",
54+
"setuptools",
55+
"packaging",
56+
"wheel",
57+
"twine",
5458
"tomli",
5559
"tomli_w",
5660
]
@@ -72,14 +76,6 @@ test = [
7276
"pydantic",
7377
"parameterized>=0.8.1",
7478
]
75-
build = [
76-
"setuptools",
77-
"packaging",
78-
"wheel",
79-
"twine",
80-
"tomli",
81-
"tomli_w",
82-
]
8379

8480
[tool.setuptools]
8581
packages = [

0 commit comments

Comments
 (0)