diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1356c9d..fe9a5f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: publish-pypi: stage: package variables: - EXT_FIX: "1" + EXT_FIX: "2" image: python:3.12.2-alpine3.19 script: - apk add --no-cache gcc musl-dev