From 34af6f6f34644d152e58d587ca82ca062cde360e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 6 Mar 2024 09:52:31 +0100
Subject: [PATCH] Update ci.yml

---
 .github/workflows/ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cb848fb2..a5f7d99b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,9 +35,8 @@ jobs:
   build_package:
     runs-on: ubuntu-latest
     steps:
-      name: Build package
-      uses: python -m build .
-
+      - name: Build package
+        uses: python -m build .
   convert_and_upload_coverage:
     steps:
       - run: coverage xml
-- 
GitLab