Skip to content

Commit

Permalink
bump to 0.12.2 for deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Nov 17, 2024
1 parent 2c9bb77 commit 6a5abb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
pattern: wheels-*
path: wheels
merge-multiple: true
- name: Build Package
run: uv build
- name: Publish to PyPi
run: uv publish -v wheels/*
2 changes: 1 addition & 1 deletion west_ic_antenna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.12.1'
__version__ = '0.12.2'

from .antenna import *
from .topica import TopicaResult
Expand Down

0 comments on commit 6a5abb9

Please sign in to comment.