Skip to content

Commit d9da273

Browse files
committed
Pull full git history, and get proper git vrsion.
1 parent 5148635 commit d9da273

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-north.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
- uses: actions/checkout@v4
4242
with:
4343
ref: ${{ github.head_ref || github.ref_name }}
44+
fetch-depth: 0
45+
show-progress: true
4446
submodules: true
47+
4548
- name: Install uv
4649
uses: astral-sh/setup-uv@v7
4750
with:
@@ -94,7 +97,7 @@ jobs:
9497
UV_VERSION=${{ env.UV_VERSION }}
9598
PYTHON_VERSION=${{ env.PYTHON_VERSION }}
9699
JUPYTER_VERSION=${{ env.JUPYTER_VERSION }}
97-
SETUPTOOLS_SCM_PRETEND_VERSION=${{ env.SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYNXTOOLS_SPM }}
100+
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYNXTOOLS_SPM=${{ env.SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYNXTOOLS_SPM }}
98101
cache-from: type=gha
99102
cache-to: type=gha,mode=max
100103
push: false

0 commit comments

Comments
 (0)