From e0347464593ed77af4db04fe9010e119add18988 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 7 Oct 2024 19:36:18 -0700 Subject: [PATCH] Wheels: 0.16.0 Update the cibuildwheel reference tracking to the 0.16.0 release. --- .github/workflows/build.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c49bc4b55..6e3cd23a7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 with: path: 'src' - ref: '0.15.2' + ref: '0.16.0' - uses: actions/checkout@v2 with: diff --git a/.travis.yml b/.travis.yml index 13c61a4f29..d4e6c29620 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: env: global: - - OPENPMD_GIT_REF="0.15.2" + - OPENPMD_GIT_REF="0.16.0" - CIBW_PROJECT_REQUIRES_PYTHON=">=3.8" # Install dependencies on Linux and OSX