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 d70e208 commit f181246Copy full SHA for f181246
.github/workflows/python-package.yml
@@ -52,6 +52,7 @@ jobs:
52
53
steps:
54
- uses: actions/checkout@v2
55
+ fetch-depth: 0
56
- name: Set up Python ${{ matrix.python-version }}
57
uses: actions/setup-python@v2
58
with:
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
17
- name: Set up Python
18
19
@@ -42,6 +43,7 @@ jobs:
42
43
44
45
46
47
48
49
@@ -76,6 +78,7 @@ jobs:
76
78
- build_sdist
77
79
80
81
82
83
84
0 commit comments