This is a helper documentation on release workflow.
Includes:
- seeding "current" version everywhere
- project scope for poetry for PyPi publishing
deno run -A ./.scripts/seed.ts
# Test
npm publish --dry-run
# Publish
npm publish --access public
# System python
poetry env use system
# Build
poetry build -v
# Publish
poetry publish -v
- Actions on GH, attached to a tag