Skip to content

Commit 69b064b

Browse files
authored
Merge pull request #164 from jschlyter/release_fix
fix typo in release script
2 parents 8765de7 + 36fa862 commit 69b064b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v5
1414
- name: Install and configure Poetry
1515
run: |
1616
pip install poetry

0 commit comments

Comments
 (0)