Skip to content

Commit

Permalink
chore(eliz): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Mar 1, 2024
1 parent 314cc6c commit 56b0aa3
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: "x64"
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=console
- name: Build Package
run: |
pdm mina build console
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: 'x64'
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=core
- name: Build Package
run: |
pdm mina build core
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-elizabeth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: "x64"
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=elizabeth
- name: Build Package
run: |
pdm mina build elizabeth
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-onebot-v11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: "x64"
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=onebot-v11
- name: Build Package
run: |
pdm mina build onebot-v11
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-qqapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: "x64"
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=qqapi
- name: Build Package
run: |
pdm mina build qqapi
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-red.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: 'x64'
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=red
- name: Build Package
run: |
pdm mina build red
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-satori.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: 'x64'
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=satori
- name: Build Package
run: |
pdm mina build satori
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-standard-qq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: 'x64'
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET="standard-qq"
- name: Build Package
run: |
pdm mina build standard-qq
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-twilight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
architecture: "x64"
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina mina-build
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Set Target
run: |
export MINA_BUILD_TARGET=twilight
- name: Build Package
run: |
pdm mina build twilight
Expand Down
2 changes: 1 addition & 1 deletion .mina/elizabeth.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ raw-dependencies = [

[project]
name = "avilla-elizabeth"
version = "1.0.0a26" # WIP for release.
version = "1.0.0a27" # WIP for release.
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "RF-Tar-Railt", email = "[email protected]"}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ version = "0"
requires-python = ">=3.9"

[build-system]
requires = ["mina-build>=0.6.0"]
build-backend = "pdm.backend"
requires = ["mina-build<0.6.0"]
build-backend = "mina.backend"

[tool.pdm.build]
includes = ["avilla/"]
Expand Down

0 comments on commit 56b0aa3

Please sign in to comment.