We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b31883 commit 04f0c85Copy full SHA for 04f0c85
.github/workflows/pypi.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Check out repository
21
uses: actions/checkout@v3
22
+ with:
23
+ fetch-depth: 0
24
25
- name: Set up Python ${{ matrix.python }}
26
uses: actions/setup-python@v3
@@ -50,6 +52,8 @@ jobs:
50
52
51
53
54
55
56
57
58
59
0 commit comments