Skip to content

Commit ea2a249

Browse files
authored
[fix] wheel release (#34)
* Add id-token to allow publishing to PyPi * Bump version: 0.0.3 → 0.0.4 --------- Co-authored-by: Charles Guan <[email protected]>
1 parent ed4ed17 commit ea2a249

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.3"
2+
current_version = "0.0.4"
33
commit = true
44
allow_dirty = false
55
commit_args = "--no-verify"

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
if: github.event_name == 'release' && github.event.action == 'published'
5959
permissions:
6060
contents: write
61+
id-token: write
6162

6263
steps:
6364
- name: Install uv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "mach-beamform"
7-
version = "0.0.3" # Update via bump-my-version, not manually
7+
version = "0.0.4" # Update via bump-my-version, not manually
88
description = "Ultrafast GPU-accelerated beamforming kernel for ultrasound imaging"
99
authors = [
1010
{ name = "Charles Guan" },

src/mach/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__version__ = version("mach")
1212
except PackageNotFoundError:
1313
# Update via bump-my-version, not manually
14-
__version__ = "0.0.3"
14+
__version__ = "0.0.4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)