From 861f3b257237244cbbb07770dbd4c8ecdc01e893 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 30 Nov 2023 14:49:45 -0600 Subject: [PATCH] Update publish.yml -- fetch-depth: 0 --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f15e83c..d8cfab7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,9 @@ jobs: #if: (github.repository == 'gumyr/build123d' && ( startsWith(github.ref, 'refs/tags/v') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Build wheel'))) steps: - uses: actions/checkout@v4 - + with: + fetch-depth: 0 # get all history for setuptools_scm + - name: Build wheel shell: bash run: |