Adds GitHub Actions workflow for building wheels and updates pyproject.toml for plugin requirements

This commit is contained in:
2025-04-26 21:17:51 +02:00
parent 5061ee218f
commit fb5c3127b5
2 changed files with 50 additions and 3 deletions

View File

@@ -5,9 +5,7 @@ description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT"
readme = "README.md"
packages = [
{ include = "hdlbuild", from = "src" }
]
packages = [{ include = "hdlbuild", from = "src" }]
[tool.poetry.scripts]
hdlbuild = "hdlbuild.cli:main"
@@ -20,6 +18,9 @@ pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[build-system]
requires = ["poetry-core"]