Skip to content

Commit

Permalink
0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Nov 13, 2024
1 parent d8cbdb4 commit 59db005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

publish-to-testpypi:
name: Publish Python 🐍 distributions 📦 to TestPyPI
needs: build
runs-on: ubuntu-22.04
permissions:
id-token: write
Expand All @@ -51,6 +52,7 @@ jobs:

publish-to-pypi:
name: Publish Python 🐍 distributions 📦 to PyPI
needs: build
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags')
permissions:
Expand Down
2 changes: 1 addition & 1 deletion src/dpu_kmeans/_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ class Container:
def pim_cpu_time(self) -> float:
...
FEATURE_TYPE: int = 16
__version__: str = '0.2.2'
__version__: str = '0.2.3'

0 comments on commit 59db005

Please sign in to comment.