Skip to content

Commit

Permalink
Make sure to include the bundled Lua source files in the sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 1, 2022
1 parent 972a704 commit e0183de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Check out recursively
run: git submodule update --init --recursive

This comment has been minimized.

Copy link
@henriquegemignani

henriquegemignani Mar 3, 2022

This should instead be just adding the recurse argument to the checkout action.

This comment has been minimized.

Copy link
@scoder

scoder Mar 3, 2022

Author Owner

Yeah, I was guessing that there was such an option, but this was quicker to copy than to look it up and try out.

This comment has been minimized.

Copy link
@scoder

scoder Mar 3, 2022

Author Owner

PR welcome.


- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit e0183de

Please sign in to comment.