Updated docs and makefile for release
This commit is contained in:
parent
46cee7767b
commit
6e076789aa
3 changed files with 29 additions and 56 deletions
|
|
@ -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/*
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue