Skip to content

build(deps): bump pypa/cibuildwheel from 2.17 to 2.18 (#3777) #2942

build(deps): bump pypa/cibuildwheel from 2.17 to 2.18 (#3777)

build(deps): bump pypa/cibuildwheel from 2.17 to 2.18 (#3777) #2942

Workflow file for this run

name: Mirror to Gitee Repo
on: [ push, delete, create ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.repository_owner == 'deepmodeling'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}
with:
source-repo: "https://github.com/deepmodeling/deepmd-kit.git"
destination-repo: "[email protected]:deepmodeling/deepmd-kit.git"