Adds GitHub Actions workflow for building wheels and updates pyproject.toml for plugin requirements
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user