From 0e4083e31211a614a036e9253f72a0417b95621c Mon Sep 17 00:00:00 2001 From: cxykevin Date: Mon, 15 Apr 2024 22:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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