Skip to content

Bump setuptools from 78.1.1 to 83.0.0 #1145

Bump setuptools from 78.1.1 to 83.0.0

Bump setuptools from 78.1.1 to 83.0.0 #1145

Workflow file for this run

name: sync to gitee
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository_owner == 'qilingframework'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: xwings/sync-repo-action@master
with:
run: git config --global --add safe.directory *
ssh_private_key: ${{ secrets.GITEE_KEY }}
target_repo: ssh://git@gitee.com/qilingframework/qiling.git