Skip to content

Instantly share code, notes, and snippets.

View MichaelAquilina's full-sized avatar
🦀
working with python + zsh + rust

Michael Aquilina MichaelAquilina

🦀
working with python + zsh + rust
  • London, United Kingdom
View GitHub Profile
@audreyfeldroy
audreyfeldroy / pypi-release-checklist.md
Last active May 20, 2025 07:59
My PyPI Release Checklist
  • Update HISTORY.md
  • Commit the changes:
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
  • Update version number (can also be minor or major)
bumpversion patch