Skip to content

Commit

Permalink
fixup! Build fresh internal CCD in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Nov 1, 2024
1 parent a1c1045 commit a53c930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ filterwarnings = [
"ignore:Input structure has no associated 'BondList'",
]


[tool.hatch.build.targets.sdist]
exclude = [
"tests",
Expand All @@ -116,6 +117,11 @@ artifacts = [
"src/biotite/structure/info/components.bcif"
]

[tool.hatch.build.targets.wheel]
artifacts = [
"src/biotite/structure/info/components.bcif"
]

[tool.hatch.version]
source = "vcs"

Expand Down

0 comments on commit a53c930

Please sign in to comment.