Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 312 Bytes

maintenance.md

File metadata and controls

12 lines (10 loc) · 312 Bytes

Publish Release

Tag and push to GitHub:

git clone git@github.com:fgnt/meeteval.git
cd meeteval
pip install --upgrade bump2version
bump2version --verbose --tag patch  # major, minor or patch
git push origin --tags

This will trigger a GitHub Action that will build and publish the package to PyPI.