赵小蒙 1 жил өмнө
parent
commit
887a3d989b

+ 1 - 3
.github/workflows/python-package.yml

@@ -13,9 +13,7 @@ on:
 jobs:
 
   update-version:
-
     runs-on: ubuntu-latest
-
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4
@@ -87,7 +85,7 @@ jobs:
             });
 
   build:
-
+    needs: [ update-version ]
     runs-on: ubuntu-latest
     strategy:
       fail-fast: false