1 parent 665d44c commit 422fd07Copy full SHA for 422fd07
2 files changed
.github/workflows/python-publish.yml
@@ -105,7 +105,7 @@ jobs:
105
106
printf "\nChecks passed\n"
107
108
- twine upload dist/*
+ twine upload --verbose dist/*
109
110
printf "\nNew PyPi release created\n"
111
sleep 10m
pyproject.toml
@@ -11,8 +11,7 @@ dynamic = ["version"]
11
description = "A Python toolbox for outlier detection thresholding in machine learning and data science"
12
readme = { file = "README.rst", content-type = "text/x-rst" }
13
requires-python = ">=3.8"
14
-license = "BSD-3-Clause"
15
-license-files = ["LICENSE"]
+license = { file = "LICENSE" }
16
17
keywords = [
18
"outlier-detection",
0 commit comments