dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

Publishing on pypi #43

Closed NickRoss closed 4 months ago

NickRoss commented 5 months ago

Does this action work?

What else needs to be done to get it so that we can pip install it via a github action?

NickRoss commented 5 months ago

The current flow (in the publish github action):

What we want it to do:

chenhuifei01 commented 4 months ago

Three main issues for this week

  1. increase the version by 0.2.0 → 0.3.0, not 0.2.1 →0.2.2
  2. didn't automatically increase the version but manually change the version in set up files (.bumpversion.cfg, setup.py, init.py)
  3. hardcode the git identity in the publish.workflow.yml
NickRoss commented 4 months ago

The 3 issues above have new issues.