Skip to content

Commit 3be8c63

Browse files
author
Dev Bear
committed
chore(ci): fix venv
1 parent f092397 commit 3be8c63

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: uv pip install build --system # Install build globally in the runner
3030

3131
- name: Build package
32-
run: uv run python -m build
32+
run: uv run python -m build .
3333

3434
- name: Publish package to PyPI
3535
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8+
"build>=1.2.2.post1",
89
"requests>=2.32.3",
910
]
1011

@@ -44,4 +45,4 @@ ignore = [
4445
quote-style = "double"
4546
indent-style = "space"
4647
line-ending = "lf"
47-
docstring-code-format = true
48+
docstring-code-format = true

uv.lock

Lines changed: 46 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)