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 2d94ec1 commit f0ade1c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,10 @@ jobs:
with:
python-version: 3.9
cache: true

- 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 @@ -94,3 +91,6 @@ jobs:
- run: pdm publish
shell: bash
working-directory: ./packages/iamai-adapter-gensokyo

- run: pdm publish
shell: bash
2 changes: 1 addition & 1 deletion packages/iamai-adapter-apscheduler/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-apscheduler"
version = "3.3.1"
version = "3.3.2"
description = "apscheduler adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-bililive/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-bililive"
version = "3.3.1"
version = "3.3.2"
description = "bililive adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-console/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-console"
version = "3.3.1"
version = "3.3.2"
description = "Console adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-dingtalk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-dingtalk"
version = "3.3.1"
version = "3.3.2"
description = "Dingtalk adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-gensokyo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-gensokyo"
version = "3.3.1"
version = "3.3.2"
description = "Gensokyo adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-kook/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-kook"
version = "3.3.1"
version = "3.3.2"
description = "kook adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-onebot11/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-onebot11"
version = "3.3.1"
version = "3.3.2"
description = "OneBot(V11) adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/iamai-adapter-red/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-red"
version = "3.3.1"
version = "3.3.2"
description = "Red adapter for iamai."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai"
version = "3.3.1"
version = "3.3.2"
description = "A bot Framework."
authors = [{ name = "简律纯", email = "[email protected]" }]
license = { text = "MIT" }
Expand Down

0 comments on commit f0ade1c

Please sign in to comment.