Skip to content

Commit 3b7d496

Browse files
committed
Fix broken publish pipeline
1 parent 22907d8 commit 3b7d496

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
uses: actions/setup-python@v6
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.x"
16-
1716
- name: Install Poetry
1817
run: |
1918
python -m pip install --upgrade poetry wheel

0 commit comments

Comments
 (0)