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 f0ade1c commit d6e6e87
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Install dependencies
run: pdm install

- run: pdm publish
shell: bash

- run: pdm publish
shell: bash
working-directory: ./packages/iamai-adapter-apscheduler
Expand Down Expand Up @@ -92,5 +95,4 @@ jobs:
shell: bash
working-directory: ./packages/iamai-adapter-gensokyo

- run: pdm publish
shell: bash

1 change: 1 addition & 0 deletions packages/iamai-adapter-apscheduler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/apscheduler"]

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions packages/iamai-adapter-bililive/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/bililive"]

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions packages/iamai-adapter-console/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/console"]

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions packages/iamai-adapter-dingtalk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/dingtalk"]

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions packages/iamai-adapter-gensokyo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/gensokyo"]

[build-system]
requires = ["hatchling"]
Expand Down
1 change: 1 addition & 0 deletions packages/iamai-adapter-kook/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/kook"]

[build-system]
requires = ["hatchling"]
Expand Down
3 changes: 2 additions & 1 deletion packages/iamai-adapter-onebot11/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/onebot11"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
build-backend = "hatchling.build"
1 change: 1 addition & 0 deletions packages/iamai-adapter-red/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog = "https://iamai.retrofor.space/changelog.html"

[tool.hatch.build]
exclude = ["iamai/__init__.py", "iamai/adapter/__init__.py"]
include = ["iamai/adapter/red"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit d6e6e87

Please sign in to comment.