From 5b191887570f2231f728793da1ffbb1167359508 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Sun, 12 Mar 2023 10:39:17 +0700 Subject: [PATCH] Fixed Gitlab CI config --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4103df0..42e8949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,7 @@ package: stage: package image: python:3.10-alpine3.16 script: - - pip install wheel - pip wheel . -w wheels - - twine upload dist/* artifacts: paths: - "wheels/based*.whl"