Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 17, 2024
1 parent dbc1442 commit 2d94ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
python-version: 3.9
cache: true

- name: Install dependencies
run: pdm install

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ iamai = "iamai.cli:main"
[tool.black]
target-version = ["py38", "py39", "py310", "py311"]

[tool.hatch.build.targets.sdist]
include = ["/README.md", "/iamai"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

0 comments on commit 2d94ec1

Please sign in to comment.