Skip to content

Commit d3d455c

Browse files
committed
[PLAT-193] Fix python sdk publish to pypi - part 2
1 parent e53ac9b commit d3d455c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 1
14-
fetch-tags: true
14+
- name: Fetch tags
15+
run: git fetch --tags --depth=1
1516
- name: Set up Python
1617
uses: actions/setup-python@v4
1718
with:

0 commit comments

Comments
 (0)