fix: test release.

This commit is contained in:
Hugo Larcher 2025-02-01 13:35:43 +01:00
parent aeb1262ab3
commit b4f4817f1a
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

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