-
Atkins, Charles Vernon authoredAtkins, Charles Vernon authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
update.sh 383 B
#!/usr/bin/env bash
set -e
set -x
shopt -s dotglob
readonly name="pybind11"
readonly ownership="PyBind11 Upstream <robot@adios2>"
readonly subtree="thirdparty/pybind11/pybind11"
readonly repo="https://github.com/pybind/pybind11.git"
readonly tag="v2.2.1"
readonly shortlog="true"
readonly paths="
"
extract_source () {
git_archive
}
. "${BASH_SOURCE%/*}/../update-common.sh"