lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

build: fixes release process #197

Closed shawnzhu closed 1 year ago

shawnzhu commented 1 year ago

I thought about why installing poetry before setup python (w/ poetry cache) and now I remembered why I did this for PR build:

https://github.com/lifeomic/phc-sdk-py/blob/a6a554aced6b0181dc883d8c2e647459f9185214/.github/workflows/pr-branch-build.yml#L19-L26

The source of solution: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages

shawnzhu commented 1 year ago

193