Open oliverweissl opened 1 month ago
It's due to the commit 13492b05936b5720e2b9cdcc994787c504922521, where we changed the package name from ci-group
to standards
, which is not registered on PyPI. I have asked @surgura to give us ownership of the PyPI projects, but he is currently in the Arctic :sweat_smile:
Also, it seems that specific job is being skipped. Not sure this is done manually or automatically?
yes you have to manually approve each release
yes you have to manually approve each release
Yeah, I approved that release but what I meant is, if you look at the latest commit on the master branch, we got a green check mark because the publish
job seems to have been skipped: https://github.com/ci-group/revolve2/actions/runs/10887691891/job/30210647382. Not sure how that happened.
ahh yes because push on master doesnt publish. only generating a release triggerst the publishing pipeline
ahh yes because push on master doesnt publish. only generating a release triggerst the publishing pipeline
Ah I see it in the workflow now. Only a tag push can trigger the publish job. Thanks for the explanation.
Renaming package makes pypi publishing fail since no such package is defined there yet.