Skip to content
Merged

Dev #165

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev_python3_10.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AutoControl Dev Python3.10
name: AutoControl_Dev_Python3.10

on:
push:
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/dev_python3_11.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: AutoControl Dev Python3.11
name: AutoControl_Dev_Python3.11

on:
workflow_run:
workflows: [ "AutoControl Dev Python3.10" ]
types:
- completed
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 1 * * *"

permissions:
contents: read
Expand All @@ -15,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/dev_python3_12.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: AutoControl Dev Python3.12
name: AutoControl_Dev_Python3.12

on:
workflow_run:
workflows: [ "AutoControl Dev Python3.11" ]
types:
- completed
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 1 * * *"

permissions:
contents: read
Expand All @@ -15,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable_python3_10.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AutoControl Stable Python3.10
name: AutoControl_Stable_Python3.10

on:
push:
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/stable_python3_11.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: AutoControl Stable Python3.11
name: AutoControl_Stable_Python3.11

on:
workflow_run:
workflows: [ "AutoControl Stable Python3.10" ]
types:
- completed
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 1 * * *"

permissions:
contents: read
Expand All @@ -15,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/stable_python3_12.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: AutoControl Stable Python3.12
name: AutoControl_Stable_Python3.12

on:
workflow_run:
workflows: [ "AutoControl Stable Python3.11" ]
types:
- completed
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 1 * * *"

permissions:
contents: read
Expand All @@ -15,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down
12 changes: 9 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control_dev"
version = "0.0.131"
version = "0.0.132"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand Down Expand Up @@ -43,4 +43,4 @@ content-type = "text/markdown"
find = { namespaces = false }

[project.optional-dependencies]
gui = ["PySide6==6.10.0", "qt-material"]
gui = ["PySide6==6.10.1", "qt-material"]
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ build
twine
sphinx
sphinx-rtd-theme
Pyside6==6.10.0
Pyside6==6.10.1
qt-material
mss
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_auto_control"
version = "0.0.177"
version = "0.0.178"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
Expand Down Expand Up @@ -43,4 +43,4 @@ content-type = "text/markdown"
find = { namespaces = false }

[project.optional-dependencies]
gui = ["PySide6==6.10.0", "qt-material"]
gui = ["PySide6==6.10.1", "qt-material"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
je_auto_control
qt-material
mss
Pyside6==6.10.0
Pyside6==6.10.1