Skip to content

Commit

Permalink
add fetch-depth to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
youyupei committed Sep 29, 2024
1 parent 9269292 commit 930d0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # this is needed to get the tags

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
Expand Down

0 comments on commit 930d0d8

Please sign in to comment.