Skip to content

Commit 56daacc

Browse files
authored
Update python-publish.yml
1 parent 5618a1a commit 56daacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Setup Python ${{ matrix.python-version }}
32-
if: ${{ ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }}
32+
if: ${{ (matrix.os != 'macos-latest') || ((matrix.os == 'macos-latest') && (matrix.python-version != '3.9')) }}
3333
uses: actions/setup-python@v5
3434
id: pysetup
3535
with:

0 commit comments

Comments
 (0)