We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5148635 commit d9da273Copy full SHA for d9da273
.github/workflows/publish-north.yaml
@@ -41,7 +41,10 @@ jobs:
41
- uses: actions/checkout@v4
42
with:
43
ref: ${{ github.head_ref || github.ref_name }}
44
+ fetch-depth: 0
45
+ show-progress: true
46
submodules: true
47
+
48
- name: Install uv
49
uses: astral-sh/setup-uv@v7
50
@@ -94,7 +97,7 @@ jobs:
94
97
UV_VERSION=${{ env.UV_VERSION }}
95
98
PYTHON_VERSION=${{ env.PYTHON_VERSION }}
96
99
JUPYTER_VERSION=${{ env.JUPYTER_VERSION }}
- 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 }}
101
cache-from: type=gha
102
cache-to: type=gha,mode=max
103
push: false
0 commit comments