Skip to content

Commit

Permalink
Restore *.pxd files in ucxx wheel (#270)
Browse files Browse the repository at this point in the history
`*.pxd` files were mistakenly removed in #260. Resume installing them in the ucxx wheel.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #270
  • Loading branch information
KyleFromNVIDIA authored Aug 16, 2024
1 parent c7f5247 commit f8e7a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["ucxx"]
wheel.exclude = ["*.pyx", "*.pxd", "CMakeLists.txt"]
wheel.exclude = ["*.pyx", "CMakeLists.txt"]

[tool.scikit-build.metadata.version]
provider = "scikit_build_core.metadata.regex"
Expand Down

0 comments on commit f8e7a64

Please sign in to comment.