Skip to content

Commit fb78dfb

Browse files
authored
Update build.yml
1 parent f3081ef commit fb78dfb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,13 @@ jobs:
111111
make dist-py-sdist
112112
make dist-py-wheel
113113
make dist-check
114-
<<<<<<< before updating
115-
if: ${{ matrix.os == 'ubuntu-latest' }}
116-
=======
117114
if: matrix.os == 'ubuntu-latest'
118-
>>>>>>> after updating
119115

120116
- name: Make dist
121117
run: |
122118
make dist-py-wheel
123119
make dist-check
124-
<<<<<<< before updating
125-
if: ${{ matrix.os != 'ubuntu-latest' }}
126-
=======
127120
if: matrix.os != 'ubuntu-latest'
128-
>>>>>>> after updating
129121

130122
- uses: actions/upload-artifact@v4
131123
with:

0 commit comments

Comments
 (0)