We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf4e97 commit 73a0220Copy full SHA for 73a0220
1 file changed
.github/workflows/publish-to-testpypi.yml
@@ -17,12 +17,6 @@ jobs:
17
- name: Fetch tags
18
run: git fetch --tags origin
19
20
- - name: DEBUG Check tag
21
- run: git rev-list --tags --max-count=1
22
-
23
- - name: DEBUG Check tag date
24
- run: git show -s --format='%as' $(git rev-list --tags --max-count=1)
25
26
- name: Fetch old commits
27
run: git fetch --shallow-since=$(git show -s --format='%as' $(git rev-list --tags --max-count=1)) origin
28
0 commit comments