Skip to content

Commit

Permalink
Add missing name on release workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenzer committed Dec 8, 2024
1 parent 1de7ca8 commit 460adbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Checkout the code
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
Expand Down

0 comments on commit 460adbd

Please sign in to comment.