From b617016809eb9cfe74dff8628e391f71c56891e3 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 Apr 2023 21:03:00 +0300
Subject: [PATCH] fixup! Just about it.

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e3fde7..a7def7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,3 +4,15 @@ include:
     file: templates/pre-commit.yml
   - project: shore/ci-stuff
     file: templates/python.yml
+
+build-wheel:
+  extends: .python3
+  stage: build
+  script:
+    - python3 -m build
+  after_script:
+    - &twine_check twine check dist/*.whl
+  artifacts:
+    paths:
+      - dist/*.tar.gz
+      - dist/*.whl
-- 
GitLab