pip install problem_bank_scriptsHere are the steps to increment the version (replace patch with major/minor/patch):
First, make sure to have the latest changes in the main branch.
git checkout main && git pullThen, make sure all tests pass before incrementing the version.
poetry run pytestFinally, increment the version and push the new tag and version change.
bash bump.sh patch
git push && git push --tagsTo finalize the version update, create a new release on GitHub and the package will be automatically published to PyPI after the deployment is approved assuming all tests pass.
- TODO
- TODO
- TODO
The official documentation is hosted on Read the Docs: https://problem-bank-scripts.readthedocs.io/en/latest/
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.