fix: test release. Works.

This commit is contained in:
Hugo Larcher 2025-02-02 13:03:40 +01:00
parent ae9def4aec
commit 5102f3f55a
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -74,8 +74,7 @@ jobs:
export runs_on="ubuntu-latest" export runs_on="ubuntu-latest"
export platform="" export platform=""
export extra_pytest="" export extra_pytest=""
export tt="refs/tags/0.1" if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
if [[ "${tt}" == refs/tags/* ]]; then
export build_type="release"; export build_type="release";
export target=""; export target="";
else else