Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Sep 10, 2023
1 parent 5a8728d commit 6c5f13b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_BUILD: ${{ github.event.inputs.cibw_build }}
CIBW_SKIP: ${{ github.event.inputs.cibw_skip }}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(FetchContent)
FetchContent_Declare(
gemmi
GIT_REPOSITORY https://github.com/project-gemmi/gemmi.git
GIT_TAG 3f7b8d74971a0ee009347ceb5ae6780023861e62 # v0.6.2
GIT_TAG 28b5670ec176c6df7dbb765aab0a1c12698a5d23 # v0.6.3
)

# We don't want to install all gemmi files.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["scikit-build-core==0.4.2"]
requires = ["scikit-build-core==0.5.0"]
build-backend = "scikit_build_core.build"

[project]
name = "gemmi-program"
version = "0.6.2"
version = "0.6.3"
requires-python = ">=3.8"
description="gemmi (program executable only)"
readme = "README.md"
Expand Down

0 comments on commit 6c5f13b

Please sign in to comment.