diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1b00e56..0716cc6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,9 +5,6 @@ on: [push, workflow_dispatch, pull_request] jobs: Run: runs-on: ubuntu-latest - environment: - name: pypi - url: https://pypi.org/p/ steps: - name: Info run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }} RUNID=${{ gitea.run_id }}" @@ -26,7 +23,7 @@ jobs: apt-get install python3-pip -y python3 -m pip install setuptools wheel twine -i https://pypi.tuna.tsinghua.edu.cn/simple - name: CheckOut - uses: http://hmtsai.cn:3000/actions/checkout@v4 + uses: http://git.hmtsai.cn/actions/checkout@v4 - name: Write Config run: | echo "${{ gitea.run_id }}">runid.conf