Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Developer Notes

Redowan Delowar edited this page Oct 9, 2020 · 4 revisions

🥯 Update Cadence

If there's a bump in the dependency versions, then release a new version every month on day 1.

📰 Publication Pipeline

After installing and configuring all the dependencies, run:

make publish

This will ask for your PyPI username and password. I don't want to do this via CI for reasons!

Upload Coverage Report

See codecov token in the secrets!

bash -c 'bash <(curl -s https://codecov.io/bash) -t $CODE_COV_TOKEN
Clone this wiki locally