From 012a418373d6c5037565d2461570f2fba8412f0c Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 22:14:41 +0700 Subject: [PATCH 1/2] Specifically use cibuildwheel 3.1.3 --- .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 1458275..bf6c134 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@v3 + uses: pypa/cibuildwheel@v3.1.3 - uses: actions/upload-artifact@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 02336d5..59c1664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +* Specifically use cibuildwheel 3.1.3 ([#27](https://github.com/paulromano/endf-python/pull/27)) + +## [0.1.8] + +### Fixed + * Update cibuildwheel to v3 ([#26](https://github.com/paulromano/endf-python/pull/26)) ## [0.1.7] From 2b9c2bbf02d1de8f0aafa0010a1bad7db060e3f5 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 22:15:32 +0700 Subject: [PATCH 2/2] Fix version in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c1664..f4ed924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [0.1.9] ### Fixed