Skip to content

Commit

Permalink
Fix include and exclude in sdist (#236)
Browse files Browse the repository at this point in the history
* Fix include and exclude in sdist

* Update runner
  • Loading branch information
mmuckley authored Mar 15, 2024
1 parent 47438f9 commit 3437920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3437920

Please sign in to comment.