We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28b710 commit 5681381Copy full SHA for 5681381
2 files changed
.github/workflows/publish_pypi.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0 # needed for setuptools_scm
21
22
- name: Build wheels
23
- uses: pypa/cibuildwheel@v3
+ uses: pypa/cibuildwheel@v3.1.3
24
25
- uses: actions/upload-artifact@v4
26
with:
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
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
14
## [0.1.8]
15
16
### Fixed
0 commit comments