Update publish.yml -- fetch-depth: 0

This commit is contained in:
jdegenstein 2023-11-30 14:49:45 -06:00 committed by GitHub
parent 6f4d61fb81
commit 861f3b2572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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