Skip to content

Commit fc79bd3

Browse files
committed
Format lines
1 parent fe191b0 commit fc79bd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454

5555
- uses: actions/download-artifact@v3
5656
with:
57-
name: ${{ matrix.python-version == '3.7' && 'wheel-3.8' || format('wheel-{0}', matrix.python-version) }}
57+
name: >-
58+
${{ matrix.python-version == '3.7' && 'wheel-3.8' ||
59+
format('wheel-{0}', matrix.python-version) }}
5860
path: dist/
5961

6062
- run: pip install --upgrade

0 commit comments

Comments
 (0)