From 0aa9de05217a2393ea444a51ebebdfd52a8749ff Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Sun, 12 Mar 2023 10:38:03 +0700 Subject: [PATCH] Fixed typo in Gitlab CI config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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