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: |