RELEASE.md 250 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
# Release Steps

* Bump `VERSION` in `setup.py`
* Build sdist: `docker run -u "$(id -u):$(id -g)" -v "${PWD}:${PWD}" -w "${PWD}" -e CUPY_UNIVERSAL_PKG_BUILD=1 python:3.10 python setup.py sdist`
* Upload sdist: `twine upload dist/cupy-wheel-*.tar.gz`