We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdda3ca commit 7dcc3c1Copy full SHA for 7dcc3c1
.github/workflows/wheels.yml
@@ -76,7 +76,10 @@ jobs:
76
uses: actions/checkout@v2
77
with:
78
submodules: true
79
- # The complete history is required for versioneer.py to work
+ # versioneer.py requires the latest tag to be reachable. Here we
80
+ # fetch the complete history to get access to the tags.
81
+ # A shallow clone can work when the following issue is resolved:
82
+ # https://github.com/actions/checkout/issues/338
83
fetch-depth: 0
84
85
- name: Build wheels
0 commit comments