File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
32
32
- name : Build wheels
33
- uses : pypa/cibuildwheel@v2.18.1
33
+ uses : pypa/cibuildwheel@v2.20.0
34
34
env :
35
35
CIBW_BUILD : ${{ github.event.inputs.cibw_build }}
36
36
CIBW_SKIP : ${{ github.event.inputs.cibw_skip }}
Original file line number Diff line number Diff line change 1
1
$ gemmi -h
2
- gemmi 0.6.7-dev
2
+ gemmi 0.6.7
3
3
Command-line utility that accompanies the GEMMI library,
4
4
which is a joint project of CCP4 and Global Phasing Ltd.
5
5
Licence: Mozilla Public License 2.0. Copyright Global Phasing Ltd.
Original file line number Diff line number Diff line change 5
5
#ifndef GEMMI_VERSION_HPP_
6
6
#define GEMMI_VERSION_HPP_
7
7
8
- #define GEMMI_VERSION " 0.6.7-dev "
8
+ #define GEMMI_VERSION " 0.6.7"
9
9
10
10
#endif
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" scikit-build-core~=0.9.0 " , " pybind11>=2.6.2" ,
3
- " pybind11-stubgen~=2.4.2 " , " numpy" ]
2
+ requires = [" scikit-build-core~=0.10.5 " , " pybind11>=2.6.2" ,
3
+ " pybind11-stubgen~=2.5.1 " , " numpy" ]
4
4
build-backend = " scikit_build_core.build"
5
5
6
6
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
@@ -62,7 +62,7 @@ sdist.include = [
62
62
" !*.pyc"
63
63
]
64
64
cmake.build-type = " Release"
65
- cmake .verbose = true
65
+ build .verbose = true
66
66
[tool .scikit-build .cmake .define ]
67
67
USE_PYTHON = " ON"
68
68
GENERATE_STUBS = " ON"
You can’t perform that action at this time.
0 commit comments