Skip to content

Commit

Permalink
MANIFEST.in: add CMakeLists.txt (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Sep 18, 2023
1 parent 66e0f1c commit 56dca14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
submodules: recursive

- name: Build sdist
run: pipx run build --sdist
run: |
pipx --version
pipx run build --sdist
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ include configure.py
include Makefile.in
include aksetup_helper.py
include README_SETUP.txt
include CMakeLists.txt

include README.rst
include CITATION.cff
Expand Down

0 comments on commit 56dca14

Please sign in to comment.