Skip to content

Commit 35b127c

Browse files
authored
Merge pull request #165 from Integration-Automation/dev
Dev
2 parents b6f4a10 + 913ae7a commit 35b127c

File tree

11 files changed

+53
-39
lines changed

11 files changed

+53
-39
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: AutoControl Dev Python3.10
1+
name: AutoControl_Dev_Python3.10
22

33
on:
44
push:

.github/workflows/dev_python3_11.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: AutoControl Dev Python3.11
1+
name: AutoControl_Dev_Python3.11
22

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl Dev Python3.10" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "dev" ]
6+
pull_request:
7+
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read
@@ -15,10 +17,10 @@ jobs:
1517

1618
steps:
1719
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
20+
- name: Set up Python 3.11
1921
uses: actions/setup-python@v3
2022
with:
21-
python-version: "3.10"
23+
python-version: "3.11"
2224
- name: Install dependencies
2325
run: |
2426
python -m pip install --upgrade pip wheel

.github/workflows/dev_python3_12.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: AutoControl Dev Python3.12
1+
name: AutoControl_Dev_Python3.12
22

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl Dev Python3.11" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "dev" ]
6+
pull_request:
7+
branches: [ "dev" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read
@@ -15,10 +17,10 @@ jobs:
1517

1618
steps:
1719
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
20+
- name: Set up Python 3.12
1921
uses: actions/setup-python@v3
2022
with:
21-
python-version: "3.10"
23+
python-version: "3.12"
2224
- name: Install dependencies
2325
run: |
2426
python -m pip install --upgrade pip wheel

.github/workflows/stable_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: AutoControl Stable Python3.10
1+
name: AutoControl_Stable_Python3.10
22

33
on:
44
push:

.github/workflows/stable_python3_11.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: AutoControl Stable Python3.11
1+
name: AutoControl_Stable_Python3.11
22

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl Stable Python3.10" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read
@@ -15,10 +17,10 @@ jobs:
1517

1618
steps:
1719
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
20+
- name: Set up Python 3.11
1921
uses: actions/setup-python@v3
2022
with:
21-
python-version: "3.10"
23+
python-version: "3.11"
2224
- name: Install dependencies
2325
run: |
2426
python -m pip install --upgrade pip wheel

.github/workflows/stable_python3_12.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: AutoControl Stable Python3.12
1+
name: AutoControl_Stable_Python3.12
22

33
on:
4-
workflow_run:
5-
workflows: [ "AutoControl Stable Python3.11" ]
6-
types:
7-
- completed
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
permissions:
1012
contents: read
@@ -15,10 +17,10 @@ jobs:
1517

1618
steps:
1719
- uses: actions/checkout@v3
18-
- name: Set up Python 3.10
20+
- name: Set up Python 3.12
1921
uses: actions/setup-python@v3
2022
with:
21-
python-version: "3.10"
23+
python-version: "3.12"
2224
- name: Install dependencies
2325
run: |
2426
python -m pip install --upgrade pip wheel

.idea/workspace.xml

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.131"
9+
version = "0.0.132"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.10.0", "qt-material"]
46+
gui = ["PySide6==6.10.1", "qt-material"]

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ build
44
twine
55
sphinx
66
sphinx-rtd-theme
7-
Pyside6==6.10.0
7+
Pyside6==6.10.1
88
qt-material
99
mss

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control"
9-
version = "0.0.177"
9+
version = "0.0.178"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
4343
find = { namespaces = false }
4444

4545
[project.optional-dependencies]
46-
gui = ["PySide6==6.10.0", "qt-material"]
46+
gui = ["PySide6==6.10.1", "qt-material"]

0 commit comments

Comments
 (0)