Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 330 Bytes

RELEASE.md

File metadata and controls

18 lines (12 loc) · 330 Bytes

Instructions to release an update to PiPy

  1. Create distributables
python -m build
  1. Upload distributables
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.

  1. Release package also on GitHub.