Files
kompute/python
Alejandro Saucedo a577e94c08 Merge pull request #118 from alexander-g/pythonlogging
Native logging for Python
2021-01-25 19:24:49 +00:00
..
2020-11-01 13:44:28 +00:00
2021-01-24 18:25:19 +00:00
2020-11-03 08:00:20 +00:00

Python Bindings for Vulkan Kompute

Publishing to pypi

Build source distribution:

python setup.py sdist bdist_wheel

Push to test pypi registry:

python -m twine upload --repository testpypi dist/*

Install from test pypi:

python -m pip install --index-url https://test.pypi.org/simple/ --no-deps kp

Run tests in python/test directory:

python -m pytest

Push to official pypi registry:

python -m twine upload dist/*