Skip to content

Commit

Permalink
upgraded cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
ljrobins committed Aug 19, 2024
1 parent c45aaef commit 8a5daf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.x"

- name: Build wheels
uses: pypa/cibuildwheel@7da7df1efc530f07d1945c00934b8cfd34be0d50 # v2.16.1
uses: pypa/cibuildwheel@2.16.5
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gravitas"
version = "0.2.7"
version = "0.2.8"
description = "Gravity field modeling for astrodynamics"
requires-python = ">=3.9"
[[project.authors]]
Expand Down

0 comments on commit 8a5daf8

Please sign in to comment.