Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 572 Bytes

packaging.md

File metadata and controls

27 lines (18 loc) · 572 Bytes

Packaging

Remember to change the version in fi/meta.json!

Update the Changelog.

tools/package_model.sh training/merged

Optionally, to override the default spaCy compatibility specification, add a new spec as the second parameter:

tools/package_model.sh training/merged ">=3.0.0,<3.2.0"

Publishing

git tag v0.5.0
git push --tags

twine upload --repository spacy-fi-experimental-web-md packages/fi_experimental_web_md-0.5.0/dist/*

Create a new release at Github.