Fixed typo in Gitlab CI config

This commit is contained in:
Andrew 2023-03-12 10:38:03 +07:00
parent 03797f4c27
commit 0aa9de0521

View file

@ -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