diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d73defb..4103df0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: package: stage: package - image: 3.10-alpine3.16 + image: python:3.10-alpine3.16 script: - pip install wheel - pip wheel . -w wheels