Skip to content

Commit e4fb01f

Browse files
authored
Merge branch 'main' into rest-api
2 parents 98824b6 + e781753 commit e4fb01f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99
name: Upload Python Package
1010

11-
on:
12-
release:
13-
types: [published]
11+
on: push
12+
1413

1514
permissions:
1615
contents: read
@@ -22,6 +21,8 @@ jobs:
2221

2322
steps:
2423
- uses: actions/checkout@v3
24+
- name: Fetch all history for all tags and branches
25+
run: git fetch --prune --unshallow
2526
- name: Set up Python
2627
uses: actions/setup-python@v3
2728
with:

0 commit comments

Comments
 (0)