Fix pyproject.toml wheel build issues (#3313)

This commit is contained in:
Raphael Michel
2023-05-13 12:40:16 +02:00
committed by GitHub
parent 5de3b76718
commit 4678cef32a
6 changed files with 101 additions and 37 deletions

View File

@@ -30,7 +30,7 @@ pypi:
- make npminstall
- cd ..
- check-manifest
- python setup.py sdist bdist_wheel
- python -m build
- twine check dist/*
- twine upload dist/*
tags: