Skip to content

Commit c51a778

Browse files
committed
In the github workflow checkout the complete history such that rcN can be determined for release/X.Y.Z branches.
1 parent cea5564 commit c51a778

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/distribute_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0 # Fetch full git history such that rcN can be determined.
14+
1215
- name: Set up Python
1316
uses: actions/setup-python@v5
1417
with:

0 commit comments

Comments
 (0)