es-ude / elastic-ai.creator

elastic ai.creator
MIT License
16 stars 2 forks source link

Fix semantic releases #234

Closed julianhoever closed 1 year ago

julianhoever commented 1 year ago

Semantic release fails with the following message (https://github.com/es-ude/elastic-ai.creator/actions/runs/4721506857/jobs/8374924401):

Notice:  A new release of pip is available: 23.0.1 -> 23.1
Notice:  To update, run: pip install --upgrade pip
The currently activated Python version 3.10.11 is not supported by the project (~3.11).
Trying to find and use a compatible version. 

[Errno 2] No such file or directory: 'python3.11'
error: Encountered a bad command exit code!
error: 
error: Command: 'python3 -m pip install poetry && poetry build'
error: 
error: Exit code: 1
error: 
error: Stdout: already printed
error: 
error: Stderr: already printed
error: 
julianhoever commented 1 year ago

@glencoe It seems that this error is still there: https://github.com/es-ude/elastic-ai.creator/actions/runs/4808214230/jobs/8557965124

julianhoever commented 1 year ago

Still broken... (https://github.com/es-ude/elastic-ai.creator/actions/runs/4891279032/jobs/8731641900)

julianhoever commented 1 year ago

It works again