Skip to content

Commit 95aef29

Browse files
author
Matevz Morato
committed
Fix upload to PyPi
1 parent 01224e0 commit 95aef29

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bindings/python/ci/upload-pypi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
python3 -m pip install -U pip
44
python3 -m pip install -U setuptools
55
python3 -m pip install -U twine
6+
python3 -m pip install -U packaging
67

78
# Uploads prebuilt binary distribution
89
for file in wheelhouse/audited/*.whl; do

bindings/python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[build-system]
22
requires = ["setuptools", "wheel", "mypy", "numpy", "jinja2", "cmake==3.30"]
3+
[tool.setuptools]
4+
license-files = []

0 commit comments

Comments
 (0)