From 60a459298aa578ad55d16a8aff001bc49ee42b5c Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Wed, 5 Feb 2025 14:35:27 +0100 Subject: [PATCH] Adjusted to fit new folder structure --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12386d8..f9e7e0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,10 +29,10 @@ build: - sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/OptimaLab35/__init__.py - cat src/OptimaLab35/__init__.py - python3 -m pip install build - - python3 -m build + - python3 -m build --wheel --sdist -s src artifacts: paths: - - dist/* + - src/dist/* expire_in: 1 day publish: