Skip to content

Commit a7e14d7

Browse files
committed
checking tags
1 parent bd6632a commit a7e14d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
14-
15-
- name: Fetch all tags and branches
16-
run: git fetch --prune --unshallow
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1717

1818
- uses: actions/setup-python@v4
1919
with:

0 commit comments

Comments
 (0)