Skip to content

Commit 36507dc

Browse files
author
Dev Bear
committed
fix(deps): fix build dep
1 parent 845a565 commit 36507dc

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ jobs:
3333

3434
- name: Publish package to PyPI
3535
uses: pypa/gh-action-pypi-publish@release/v1
36-
# No need for with: password: ${{ secrets.PYPI_API_TOKEN }} if using trusted publishing
37-
# Ensure you have configured trusted publishing for this repository on PyPI.
38-
# If not using trusted publishing, uncomment the line above and add a PYPI_API_TOKEN secret.
36+
with:
37+
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ dependencies = [
1010

1111
[dependency-groups]
1212
dev = [
13+
"build>=1.2.2.post1",
1314
"ruff>=0.11.8",
1415
]
1516

16-
[build-system]
17-
requires = ["build", "setuptools>=42", "wheel"]
18-
build-backend = "setuptools.build_meta"
19-
backend-path = ["."]
20-
2117
[tool.ruff]
2218
target-version = "py313"
2319
line-length = 88

uv.lock

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

0 commit comments

Comments
 (0)