From f00043fbaced2602a215c304a2bfcd7ca6f160d5 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 22 Feb 2024 13:46:07 +0100 Subject: [PATCH] ci: Fix tagged release --- .github/workflows/github-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 6faf0ff7..8a0f86a1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -33,6 +33,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/') env: CIBW_BEFORE_BUILD_LINUX: "sh ci/install-bluez.sh" + GATTLIB_PY_VERSION: '${{github.ref_name}}' + CIBW_ENVIRONMENT_PASS_LINUX: "GATTLIB_PY_VERSION" #TODO: To support 'musllinux', we need to replace 'yum install' by 'apk install' - and detect which platform we are CIBW_SKIP: "*-musllinux_*" - run: ./ci/generate-python-package.sh