Skip to content

Commit

Permalink
build: specify rye artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cquintana92 committed Jan 16, 2025
1 parent 59f4490 commit 030f4fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
pull_request:
branches:
- master

jobs:
lint:
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,8 @@ build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
include = ["app", "local_data", "migrations", "templates"]

[tool.hatch.build.targets.wheel]
packages = ["src/tmp"]
packages = ["app", "local_data", "migrations", "templates"]

0 comments on commit 030f4fd

Please sign in to comment.