Skip to content

Commit 815d98e

Browse files
committed
Updating CI build wheel and version
1 parent 5bbb632 commit 815d98e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v3.2.0
49+
uses: pypa/cibuildwheel@v3.2.1
5050

5151
- uses: actions/upload-artifact@v4
5252
with:

conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ python:
55
- 3.11
66
- 3.12
77
- 3.13
8+
- 3.14
89
numpy:
910
- 1.22
1011
- 1.22
1112
- 1.23
1213
- 1.26
1314
- 1.26
1415
- 2.1
16+
- 2.1
1517
zip_keys:
1618
- python
1719
- numpy

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: "pyqint"
3-
version: "1.1.0"
3+
version: "1.1.1"
44

55
source:
66
path: .

pyqint/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)