Skip to content

Commit

Permalink
bump to 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Nov 17, 2024
1 parent 78a2381 commit dabf132
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@ jobs:

runs-on: ubuntu-latest

permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

steps:
- name: Checkout Project
uses: actions/checkout@v4

- name: "Install uv"
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Set Up Python
run: uv python install

- name: Download artifacts
uses: actions/download-artifact@v4

- name: Build Package
run: uv build

- name: Publish to PyPi
run: uv publish
run: uv publish -t ${{ secrets.PYPI_TOKEN }}
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.5'
__version__ = '0.12.7'

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

0 comments on commit dabf132

Please sign in to comment.