Skip to content

Commit

Permalink
fix control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed May 23, 2023
1 parent f1f8748 commit 03d33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: ${{ steps.pyinstalled.outputs.python-path }} -m build --wheel
- name: Build a source tarball (Ubuntu)
if: |
(${{ matrix.os == 'ubuntu-latest' }}) && (${{ matrix.python-version == '3.8' }})
(matrix.os == 'ubuntu-latest') && (matrix.python-version == '3.8')
run: ${{ steps.pyinstalled.outputs.python-path }} -m build --sdist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 03d33a9

Please sign in to comment.