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 9cd5482 commit fe191b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +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: ${{ matrix.python-version == '3.7' && 'wheel-3.8' || format('wheel-{0}', matrix.python-version) }}
path: dist/

- run: pip install --upgrade
Expand Down

0 comments on commit fe191b0

Please sign in to comment.