Skip to content

Commit

Permalink
Fix build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Jan 15, 2025
1 parent 0ec85af commit 1605604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- uses: "astral-sh/setup-uv@v5"
- name: "Build and publish"
- run: "uv build"
- run: "uv publish"
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: "uv publish"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ exclude_lines = [
[build-system]
requires = ["setuptools>=75"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
license-files = []

0 comments on commit 1605604

Please sign in to comment.