Skip to content

Commit a25547d

Browse files
committed
Fetching all tags
1 parent 9957ba4 commit a25547d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
13-
with:
14-
fetch-depth: 0
15-
fetch-tags: true
12+
- name: Checkout repository
13+
uses: actions/checkout@v3
14+
15+
- name: Fetch all tags and branches
16+
run: git fetch --prune --unshallow
1617

1718
- uses: actions/setup-python@v4
1819
with:

0 commit comments

Comments
 (0)