Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 187 Bytes

DEVELOPMENT.md

File metadata and controls

7 lines (6 loc) · 187 Bytes

Release process

  • pre-commit run all-files
  • maturin develop --release
  • git push
  • gh run download -p wheel*
  • mv wheel*/* dist/ && rm -rf wheel* && pdm publish --no-build