Skip to content

Commit

Permalink
Ensure LICENCE included in package build
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Feb 8, 2024
1 parent b3aadc9 commit c86171f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- name: Check build
run: |
tar -tvf dist/pydoit_nb-*.tar.gz --wildcards '*pydoit_nb/py.typed'
tar -tvf dist/pydoit_nb-*.tar.gz --wildcards 'pydoit_nb-*/LICENCE'
check-dependency-licences:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c86171f

Please sign in to comment.