Skip to content

Commit 96a951f

Browse files
committed
Fix broken release cicd
1 parent bef5fef commit 96a951f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Needle Python
1+
name: Release Needle Python
22

33
on:
44
release:
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
14+
15+
- name: Install poetry
16+
run: pipx install poetry
1417

1518
- uses: actions/setup-python@v5
1619
with:

0 commit comments

Comments
 (0)