Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cuicaihao committed Mar 23, 2024
2 parents 3c83730 + 4f8939e commit 673f0ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
format_and_check:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -30,6 +31,7 @@ jobs:
build:
needs: format_and_check
runs-on: ubuntu-latest
environment: production
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down Expand Up @@ -95,6 +98,7 @@ jobs:
release:
needs: deploy
runs-on: ubuntu-latest
environment: production
steps:
- name: Create Release
id: create_release
Expand All @@ -110,6 +114,7 @@ jobs:
deploy_docs:
needs: release
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
format_and_check:
runs-on: ubuntu-latest
environment: development
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -28,6 +29,7 @@ jobs:
build:
needs: format_and_check
runs-on: ubuntu-latest
environment: development
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 673f0ab

Please sign in to comment.