Skip to content

Commit 422fd07

Browse files
committed
release: patch license issue
1 parent 665d44c commit 422fd07

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
printf "\nChecks passed\n"
107107
108-
twine upload dist/*
108+
twine upload --verbose dist/*
109109
110110
printf "\nNew PyPi release created\n"
111111
sleep 10m

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ dynamic = ["version"]
1111
description = "A Python toolbox for outlier detection thresholding in machine learning and data science"
1212
readme = { file = "README.rst", content-type = "text/x-rst" }
1313
requires-python = ">=3.8"
14-
license = "BSD-3-Clause"
15-
license-files = ["LICENSE"]
14+
license = { file = "LICENSE" }
1615

1716
keywords = [
1817
"outlier-detection",

0 commit comments

Comments
 (0)