Skip to content

Commit

Permalink
Ensuring fluid files are included in pykingas.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 29, 2024
1 parent f1c70ac commit 0724aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fconcepts'
CIBW_BUILD_VERBOSITY_WINDOWS: 2
CIBW_BEFORE_BUILD: "! [ -d pykingas/fluids ] && cp -R fluids pykingas"
CIBW_BEFORE_BUILD: ls -R pykingas # "! [ -d pykingas/fluids ] && cp -R fluids pykingas"
CIBW_BUILD: "*cp310*"
with:
package-dir: .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
sdist.include = ["libpykingas*"]
sdist.include = ["libpykingas*", "fluids"]
sdist.exclude = ["tests/"]
wheel.expand-macos-universal-tags = true

Expand Down

0 comments on commit 0724aa1

Please sign in to comment.