Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 347 Bytes

release_checklist.md

File metadata and controls

28 lines (17 loc) · 347 Bytes
  • Run tests.

  • Update version in setup.py

  • Generate wheel and source archive.

python3 setup.py sdist bdist_wheel
  • Upload to PyPi
twine upload dist/auto_diff-$ver*
  • Make a release on GitHub Web

  • Update PKGBUILD version and hash.

  • Update SRCINFO

makepkg --printsrcinfo > .SRCINFO
  • Upload to AUR.