Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 576 Bytes

packaging.md

File metadata and controls

8 lines (8 loc) · 576 Bytes
  • Check that all unit tests are OK
  • Run the demo script and listen to the sounds to empirically check the results
  • Bump the version number in torch_audiomentations/__init__.py in accordance with the semantic versioning specification
  • Write a summary of the changes in the version history section 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)
  • python setup.py sdist bdist_wheel
  • python -m twine upload dist/*
  • Add and push a git tag to the release commit