Skip to content

Commit d9edb62

Browse files
authored
Merge pull request #35 from igr-ml/fix-publish-workflow
Try to fix SCM versioning for releases
2 parents 7aa477e + 29f8d61 commit d9edb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Checkout repository and submodules
1313
uses: actions/checkout@v3
1414
with:
15+
lfs: true
1516
submodules: recursive
1617
- name: Set up Python
1718
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)