Closed jpichon closed 3 years ago
ok, so the actual error is caused becuase 'wheel' is not listed as a dependency, we must have had it locally installed previously. Rather than fixing that separately, I think I would prefer to do the planned realignment of build process with flask-container-scaffold, and fold in a test for this fix as part of that. I will look into the release part next and reply to that separately, as it seems different than what I have seen on flask-container-scaffold (it created the release when I pushed the tag not that long ago, see here). Not sure yet on the multiple triggers of the job either, but I'll follow up when I have an idea why that happened.
The "Upload package to Pypi" workflow doesn't work.
The job fails with the following traceback:
Note: We'll also need to update step 2 in the new release the README (https://github.com/release-depot/git_wrapper#pushing-a-new-release): right now, pushing a tag is not sufficient. The "create new release" button needs to be clicked on github as well.
Additionally, when the release was created, 3 publish jobs immediately started running in parallel: https://github.com/release-depot/git_wrapper/actions?query=event%3Arelease . We'll likely want to avoid that as well.