Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 643 Bytes

packaging.md

File metadata and controls

11 lines (11 loc) · 643 Bytes
  • Bump version in pyproject.toml
  • CC=clang pip install -e . && pytest
  • Update CHANGELOG.md and insert only the changelog for the latest version in README.md
  • Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
  • Wait for build workflow in GitHub Actions to complete
  • Download wheels artifact from the build workflow
  • Place all the fresh whl files in dist/
  • python setup.py sdist
  • python -m twine upload dist/*
  • Add a tag with name "x.y.z" to the commit
  • Go to https://github.com/nomonosound/numpy-rms/releases and create a release where you choose the new tag