Skip to content

Commit 5681381

Browse files
authored
Specifically use cibuildwheel 3.1.3 (#27)
1 parent d28b710 commit 5681381

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # needed for setuptools_scm
2121

2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v3
23+
uses: pypa/cibuildwheel@v3.1.3
2424

2525
- uses: actions/upload-artifact@v4
2626
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.9]
9+
10+
### Fixed
11+
12+
* Specifically use cibuildwheel 3.1.3 ([#27](https://github.com/paulromano/endf-python/pull/27))
13+
814
## [0.1.8]
915

1016
### Fixed

0 commit comments

Comments
 (0)