Skip to content

Commit 4a34d67

Browse files
committed
2 parents 8582af3 + d867158 commit 4a34d67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
- name: Install dependencies
106106
run: poetry install --no-interaction --no-ansi
107107

108+
- name: Build package
109+
run: |
110+
pip install --upgrade pip
111+
pip install "pkginfo>=1.12,<2.0"
112+
poetry build
113+
108114
- name: Semantic Release
109115
uses: cycjimmy/[email protected]
110116
with:

0 commit comments

Comments
 (0)