Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 679 Bytes

CONTRIBUTE.md

File metadata and controls

17 lines (15 loc) · 679 Bytes

fork

  • fork the repository

testing

  • run from audioperm root, python -m pytest tests/
  • add new tests for added feature.
  • make sure all unit tests pass.

merge

  • send a merge request with a summary of changes

versioning [CAUTION 🌋]

  • bump the version number in audioperm/__init__.py and setup.py in accordance with the semantic versioning specification

wheel [CAUTION 💣]

  • python3 setup.py sdist bdist_wheel
  • python3 -m twine upload --skip-existing dist/*
  • commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
  • add and push a git tag to the release commit