Skip to content

Commit 225a870

Browse files
authored
[PLAT-193] Fix python sdk publish to pypi - part 2 (#44)
actions/checkout@3 fails when trying to do fetch-tags: true with fetch-depth: 1 https://github.com/opalsecurity/opal-python/actions/runs/24754632364/job/72425115056 I just took this out since I don't think this needs to fetch all the tags.
2 parents e53ac9b + 29808b1 commit 225a870

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v3
12-
with:
13-
fetch-depth: 1
14-
fetch-tags: true
1512
- name: Set up Python
1613
uses: actions/setup-python@v4
1714
with:

0 commit comments

Comments
 (0)