Skip to content

Commit

Permalink
Merge pull request #299 from ImperialCollegeLondon/test_wheel
Browse files Browse the repository at this point in the history
branch to fix wheel issue
  • Loading branch information
barneydobson authored Sep 26, 2024
2 parents cc73590 + e5f88ba commit f00cb38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: hynek/build-and-inspect-python-package@v2
with:
attest-build-provenance-github: true
skip-wheel: true

publish-TestPyPI:
needs: build-wheel
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ requires = [
name = "swmmanywhere"
description = "SWMManywhere software"
readme = "README.md"
license-files = { paths = ["LICENSE", "src/netcomp/LICENSE.txt"] }
authors = [
{ name = "Barnaby Dobson", email = "[email protected]" },
{ name = "Imperial College London RSE Team", email = "[email protected]" }
Expand Down Expand Up @@ -85,13 +84,14 @@ Documentation = "https://imperialcollegelondon.github.io/SWMManywhere/"
Issues = "https://github.com/ImperialCollegeLondon/SWMManywhere/issues"
Source = "https://github.com/ImperialCollegeLondon/SWMManywhere"

[tool.hatch.build.targets.sdist]
packages = [ "src" ]

[tool.hatch.build.targets.wheel]
only-include = ["src"]
sources = ["src"]

[tool.hatch.metadata]
license = "BSD-3-clause" # Or your primary license name
license-files = ["LICENSE", "src/netcomp/LICENSE.txt"]

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

Expand Down

0 comments on commit f00cb38

Please sign in to comment.