mirror of
https://github.com/gumyr/build123d.git
synced 2026-02-03 22:10:33 -08:00
Update publish.yml -- fetch-depth: 0
This commit is contained in:
parent
6f4d61fb81
commit
861f3b2572
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue