File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626
2727 - name : Build wheels
28- uses : pypa/cibuildwheel@v2.23.1
28+ uses : pypa/cibuildwheel@v3.0.0
2929 env :
3030 CIBW_ARCHS : " ${{ matrix.arch }}"
3131
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include(FetchContent)
1414FetchContent_Declare (
1515 gemmi
1616 GIT_REPOSITORY https://github.com/project-gemmi/gemmi.git
17- GIT_TAG v0.7.1
17+ GIT_TAG v0.7.3
1818 #GIT_TAG master
1919 GIT_SHALLOW TRUE
2020)
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" scikit-build-core~=0.11.1 " ]
2+ requires = [" scikit-build-core" ]
33build-backend = " scikit_build_core.build"
44
55[project ]
66name = " gemmi-program"
7- version = " 0.7.1 "
7+ version = " 0.7.3 "
88requires-python = " >=3.8"
99description =" gemmi (program executable only)"
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments