Skip to content

Commit 1835930

Browse files
committed
modifying build workflow to include LFS files in PyPi build
1 parent f7544f7 commit 1835930

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@v4
1414

15+
- name: install git lfs
16+
run: |
17+
sudo apt-get install git-lfs
18+
git lfs install
19+
20+
- name: fetch lfs files
21+
run: |
22+
git lfs pull
23+
1524
- name: setup python
1625
uses: actions/setup-python@v5
1726
with:

0 commit comments

Comments
 (0)