Skip to content

Commit 04f0c85

Browse files
committed
Fetching commits and tags to generate version name
1 parent 1b31883 commit 04f0c85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/pypi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Check out repository
2121
uses: actions/checkout@v3
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Set up Python ${{ matrix.python }}
2426
uses: actions/setup-python@v3
@@ -50,6 +52,8 @@ jobs:
5052
steps:
5153
- name: Check out repository
5254
uses: actions/checkout@v3
55+
with:
56+
fetch-depth: 0
5357

5458
- name: Set up Python ${{ matrix.python }}
5559
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)