Open chris48s opened 1 year ago
Done on this repo https://github.com/chris48s/cookiecutter-python-package/commit/080d108741630a301f82f9d33fd2357111bea6e7 and pip-abandoned: https://github.com/chris48s/pip-abandoned/commit/1150a367c2c9b50312833fde70326468457ce45a
Now need to also apply this on:
In both
https://github.com/chris48s/geometry-to-spatialite/blob/master/.github/workflows/publish.yml and https://github.com/chris48s/django-apiblueprint-view/blob/master/.github/workflows/build-package.yml
I've implemented a publishing workflow that seperates the build and publish steps into 2 jobs.
Copy that approach here in the cookiecutter (remember https://github.com/chris48s/geometry-to-spatialite/commits/master/.github/workflows/publish.yml ). Also apply it to all the repos using the current workflow, where the build and publish is all done in one step.