Skip to content

Commit e523fd5

Browse files
authored
Fix formatting in dist-python.yml workflow (#330)
1 parent 6a12eda commit e523fd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dist-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
name: Make Dist
2929
runs-on: macos-latest
3030
permissions:
31-
contents: write - uses: actions/checkout@v6
31+
contents: write
32+
steps:
33+
- uses: actions/checkout@v6
3234
with:
3335
persist-credentials: false
3436

0 commit comments

Comments
 (0)