diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 669fd56..15f7962 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,8 +8,12 @@ jobs: steps: - name: Info run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}" + - name: Prepare Python + uses: http://hmtsai.cn:3000/actions/setup-python@v5 + with: + python-version: "3.10" - name: CheckOut - uses: http://hmtsai.cn:3000/actions/checkout@v3 + uses: http://hmtsai.cn:3000/actions/checkout@v4 - name: Build run: python3 setup.py build - name: Publish