Spaces:
Running
Running
Update Python package workflow to use git LFS for the template files
Browse files
.github/workflows/publish-to-pypi.yml
CHANGED
|
@@ -23,6 +23,8 @@ jobs:
|
|
| 23 |
steps:
|
| 24 |
- name: Checkout code
|
| 25 |
uses: actions/checkout@v4
|
|
|
|
|
|
|
| 26 |
|
| 27 |
- name: Set up Python
|
| 28 |
uses: actions/setup-python@v5
|
|
|
|
| 23 |
steps:
|
| 24 |
- name: Checkout code
|
| 25 |
uses: actions/checkout@v4
|
| 26 |
+
with:
|
| 27 |
+
lfs: true # This ensures Git LFS files are downloaded
|
| 28 |
|
| 29 |
- name: Set up Python
|
| 30 |
uses: actions/setup-python@v5
|