Skip to content

Commit

Permalink
Fix broken release cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
oeken committed Aug 6, 2024
1 parent bef5fef commit 96a951f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Needle Python
name: Release Needle Python

on:
release:
Expand All @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 96a951f

Please sign in to comment.