Skip to content

Commit 7e7baf3

Browse files
committed
add git lfs flag to deploy pypi action
1 parent dd581c2 commit 7e7baf3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
lfs: true
1618

1719
- name: Set up Python
1820
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)