Skip to content

Commit 8e302ce

Browse files
committed
v0.7.3
1 parent c963ca6 commit 8e302ce

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(FetchContent)
1414
FetchContent_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
)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["scikit-build-core~=0.11.1"]
2+
requires = ["scikit-build-core"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "gemmi-program"
7-
version = "0.7.1"
7+
version = "0.7.3"
88
requires-python = ">=3.8"
99
description="gemmi (program executable only)"
1010
readme = "README.md"

0 commit comments

Comments
 (0)