From 3437920100a3d87913521498580fdf2d19497940 Mon Sep 17 00:00:00 2001 From: Matthew Muckley Date: Fri, 15 Mar 2024 12:58:56 -0400 Subject: [PATCH] Fix include and exclude in sdist (#236) * Fix include and exclude in sdist * Update runner --- .github/workflows/build-and-test.yml | 4 ++-- MANIFEST.in | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4246e6d..0224287 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - platform: [ubuntu-latest] + platform: ["4-core-ubuntu"] python-version: ["3.10"] runs-on: ${{ matrix.platform }} @@ -41,7 +41,7 @@ jobs: strategy: max-parallel: 4 matrix: - platform: [ubuntu-latest] + platform: ["4-core-ubuntu"] python-version: ["3.10"] runs-on: ${{ matrix.platform }} diff --git a/MANIFEST.in b/MANIFEST.in index 81bb0fe..ccda12a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,8 @@ include *.md include *.cc include LICENSE -include WEIHTS_LICENSE +include WEIGHTS_LICENSE include pyproject.toml include setup.py +prune projects +prune tests