Skip to content

Commit

Permalink
Merge pull request #35 from igr-ml/fix-publish-workflow
Browse files Browse the repository at this point in the history
Try to fix SCM versioning for releases
  • Loading branch information
mj-will authored Sep 23, 2022
2 parents 7aa477e + 29f8d61 commit d9edb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
lfs: true
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit d9edb62

Please sign in to comment.