Skip to content

WIP: Update setup.py on top of branch build-wheel4 (#1044) #217

WIP: Update setup.py on top of branch build-wheel4 (#1044)

WIP: Update setup.py on top of branch build-wheel4 (#1044) #217

name: CI/CD - New updates to 'master' branch
on:
push:
branches: [master]
jobs:
updates-to-master:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected]
if: github.repository_owner == 'SINTEF'
with:
# General
git_username: DLite Developers
git_email: "[email protected]"
default_repo_branch: master
# Update permanent dependencies branch
permanent_dependencies_branch: "ci/dependabot-updates"
secrets:
PAT: ${{ secrets.RELEASE_PAT }}