diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..cd561b07 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,18 @@ +# Instructions to release an update to PiPy + +1. Create distributables + +```[python] +python -m build +``` + +2. Upload distributables + +```[python] +python3 -m twine upload dist/* +``` + +Make sure that the ``dist`` directory only contains the distributables that +you want to push, or point to the files. + +3. Release package also on GitHub. \ No newline at end of file