From 2a6b331115aab663d9f1c9baa53d9d78070b1634 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 22:00:06 +0700 Subject: [PATCH] Update cibuildwheel to v3 --- .github/workflows/publish_pypi.yml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 501f79b..1458275 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # needed for setuptools_scm - name: Build wheels - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v3 - uses: actions/upload-artifact@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index d82b137..02336d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.8] + +### Fixed + +* Update cibuildwheel to v3 ([#26](https://github.com/paulromano/endf-python/pull/26)) + ## [0.1.7] ### Fixed