Skip to content

Commit

Permalink
Wheels: 0.16.0
Browse files Browse the repository at this point in the history
Update the cibuildwheel reference tracking to the 0.16.0 release.
  • Loading branch information
ax3l committed Oct 8, 2024
1 parent 9a0b519 commit 15692b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: 'src'
ref: '0.15.2'
ref: '0.16.0'

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:

env:
global:
- OPENPMD_GIT_REF="0.15.2"
- OPENPMD_GIT_REF="0.16.0"

- CIBW_PROJECT_REQUIRES_PYTHON=">=3.9"
# Install dependencies on Linux and OSX
Expand Down

0 comments on commit 15692b8

Please sign in to comment.