Skip to content

Commit

Permalink
update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Apr 18, 2023
1 parent 3a119df commit 1a4c513
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- os: windows-2019
arch: "AMD64"
- os: macos-11
arch: "universal2"
arch: "x86_64 arm64"

steps:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
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 73968c589112fbc769bb6716a298972b8ad2c3d7 # v0.6.0
GIT_TAG 7639b1f421207db15d76d1d5f7a813990a634633 # v0.6.1
)

# 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.2.1"]
requires = ["scikit-build-core==0.2.1"]
build-backend = "scikit_build_core.build"

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

0 comments on commit 1a4c513

Please sign in to comment.