Skip to content

Commit 83cff7c

Browse files
authored
Merge pull request #70 from Embarcadero/scmver
Fetching commits and tags to generate version name
2 parents ff44c6c + 04f0c85 commit 83cff7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
steps:
5353
- name: Check out repository
5454
uses: actions/checkout@v3
55+
with:
56+
fetch-depth: 0
5557

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

0 commit comments

Comments
 (0)