Browse Source

Merge pull request #298 from Avaiga/feature/update-release

Update python version of release to 3.11
dinhlongnguyen 1 year ago
parent
commit
ece5d25d1b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/release-dev.yml
  2. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release-dev.yml

@@ -21,7 +21,7 @@ jobs:
           ssh-key: ${{secrets.DEPLOY_KEY}}
       - uses: actions/setup-python@v4
         with:
-          python-version: 3.8
+          python-version: 3.11
       - uses: actions/setup-node@v3
         with:
           node-version: '18'

+ 1 - 1
.github/workflows/release.yml

@@ -15,7 +15,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v4
         with:
-          python-version: 3.8
+          python-version: 3.11
 
       - name: Extract branch name
         shell: bash