Skip to content

Commit 73a0220

Browse files
committed
Trusted publishing is a pain
1 parent 4cf4e97 commit 73a0220

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish-to-testpypi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
- name: Fetch tags
1818
run: git fetch --tags origin
1919

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-
2620
- name: Fetch old commits
2721
run: git fetch --shallow-since=$(git show -s --format='%as' $(git rev-list --tags --max-count=1)) origin
2822

0 commit comments

Comments
 (0)