CI: release to PyPI (#500)

This commit is contained in:
SteveLauC
2023-07-18 08:11:36 +08:00
committed by GitHub
parent e9581bcf15
commit 42188af02b
4 changed files with 117 additions and 1 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "topgrade"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[tool.maturin]
bindings = "bin"