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 2f8dc02 commit 7a5e4ccCopy full SHA for 7a5e4cc
.github/workflows/docs.yml
@@ -40,7 +40,9 @@ jobs:
40
uses: actions/checkout@v4
41
with:
42
fetch-depth: 150
43
- fetch-tags: true
+
44
+ - name: Get tags
45
+ run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
46
47
- name: Install using PyPI
48
uses: ./.github/actions/install-pypi
.github/workflows/release.yml
@@ -11,9 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- with:
15
- fetch-depth: 10
16
17
18
- name: Set up Python
19
id: setup
0 commit comments