Skip to content

Commit

Permalink
deep fetch to get proper SCM version
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Nov 13, 2024
1 parent 59db005 commit 8389170
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 @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
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.3'
__version__: str = '0.2.4'

0 comments on commit 8389170

Please sign in to comment.