Skip to content

Commit ff44c6c

Browse files
authored
Merge pull request #69 from Embarcadero/scmver
Fetching commits and tags to generate version name
2 parents 1b31883 + e8d4986 commit ff44c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi.yml

+2
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

0 commit comments

Comments
 (0)