We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51884ac commit 61fc019Copy full SHA for 61fc019
2 files changed
.github/workflows/python-package.yml
@@ -19,8 +19,6 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- with:
23
- fetch-depth: 0
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v4
26
with:
.github/workflows/python-publish.yml
@@ -27,6 +27,8 @@ jobs:
27
28
29
30
+ with:
31
+ fetch-depth: 0
32
- name: Set up Python
33
34
0 commit comments