We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3081ef commit fb78dfbCopy full SHA for fb78dfb
1 file changed
.github/workflows/build.yml
@@ -111,21 +111,13 @@ jobs:
111
make dist-py-sdist
112
make dist-py-wheel
113
make dist-check
114
-<<<<<<< before updating
115
- if: ${{ matrix.os == 'ubuntu-latest' }}
116
-=======
117
if: matrix.os == 'ubuntu-latest'
118
->>>>>>> after updating
119
120
- name: Make dist
121
run: |
122
123
124
125
- if: ${{ matrix.os != 'ubuntu-latest' }}
126
127
if: matrix.os != 'ubuntu-latest'
128
129
130
- uses: actions/upload-artifact@v4
131
with:
0 commit comments