- Ensure branch is clean
git tag felling-{version}
, ensuring{version}
has all 3 numerical values, e.g.1.0.0
python -m build
builds the package- Optional: Upload package to testpypi, check all is okay
twine upload --repository testpypi dist/*
git push; git push --tags
to push tags to github- Create a new release enter the previously chosen tag, upload the resources produced by
python -m build
twine upload dist/*
to update the package in pypi
- Fork Felling feedstock
- Update the version number and SHA256 in
recipe/meta.yaml
- Submit a pull request