Skip to content

Commit

Permalink
One line
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Apr 21, 2024
1 parent c12dabf commit 9cd5482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:

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

- run: pip install --upgrade
Expand Down

0 comments on commit 9cd5482

Please sign in to comment.