Browse Source

Fix packaging python version

nuwang 3 năm trước cách đây
mục cha
commit
862790ed53
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/deploy.yaml

+ 2 - 2
.github/workflows/deploy.yaml

@@ -11,10 +11,10 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
     - uses: actions/checkout@master
     - uses: actions/checkout@master
-    - name: Set up Python 3.10
+    - name: Set up Python 3.10.12
       uses: actions/setup-python@v1
       uses: actions/setup-python@v1
       with:
       with:
-        python-version: 3.10
+        python-version: 3.10.12
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
         python3 -m pip install --upgrade pip setuptools
         python3 -m pip install --upgrade pip setuptools