Skip to content

Commit bd4183c

Browse files
committed
Update publish workflow
1 parent a0a3920 commit bd4183c

File tree

2 files changed

+4
-88
lines changed

2 files changed

+4
-88
lines changed

.github/workflows/test-publish-to-pypi.yaml

Lines changed: 0 additions & 87 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "Cython"]
2+
requires = ["setuptools", "wheel", "cython"]
33
build-backend = "setuptools.build_meta"
44

5+
[project]
6+
license = { file="LICENSE" }
7+
58
[tool.black]
69
line-length = 79
710

0 commit comments

Comments
 (0)