Updated docs and makefile for release

This commit is contained in:
Alejandro Saucedo 2021-01-30 18:39:30 +00:00
parent 46cee7767b
commit 6e076789aa
3 changed files with 29 additions and 56 deletions

View file

@ -1,34 +1,3 @@
# Python Bindings for Vulkan Kompute
# Python Package 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/*
```