Skip to content

Commit 45c7cf6

Browse files
committed
fixed up build gha
1 parent ebc5eec commit 45c7cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
python-version: '3.11'
9393

9494
- name: Install build tools
95-
run: python3 -m pip install --break-system-packagesbuild twine
95+
run: python3 -m pip install --break-system-packages build twine
9696

9797
- name: Build source and wheel distributions
9898
run: python3 -m build .

0 commit comments

Comments
 (0)