File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Install cibuildwheel
2929 run : python -m pip install cibuildwheel=="${{ env.MLC_CIBW_VERSION }}"
3030 - name : Build wheels
31- run : python -m cibuildwheel --output-dir wheelhouse
31+ run : rm -rf .gitignore && python -m cibuildwheel --output-dir wheelhouse
3232 env :
3333 CIBW_BUILD : ${{ env.MLC_CIBW_WIN_BUILD }}
3434 - name : Show package contents
5151 - name : Install cibuildwheel
5252 run : python -m pip install cibuildwheel==${{ env.MLC_CIBW_VERSION }}
5353 - name : Build wheels
54- run : python -m cibuildwheel --output-dir wheelhouse
54+ run : rm -rf .gitignore && python -m cibuildwheel --output-dir wheelhouse
5555 env :
5656 CIBW_BUILD : ${{ env.MLC_CIBW_MAC_BUILD }}
5757 - name : Show package contents
7474 - name : Install cibuildwheel
7575 run : python -m pip install cibuildwheel==${{ env.MLC_CIBW_VERSION }}
7676 - name : Build wheels
77- run : python -m cibuildwheel --output-dir wheelhouse
77+ run : rm -rf .gitignore && python -m cibuildwheel --output-dir wheelhouse
7878 env :
7979 CIBW_BUILD : ${{ env.MLC_CIBW_MAC_X86_BUILD }}
8080 - name : Show package contents
9797 - name : Install cibuildwheel
9898 run : python -m pip install cibuildwheel==${{ env.MLC_CIBW_VERSION }}
9999 - name : Build wheels
100- run : python -m cibuildwheel --output-dir wheelhouse
100+ run : rm -rf .gitignore && python -m cibuildwheel --output-dir wheelhouse
101101 env :
102102 CIBW_BUILD : ${{ env.MLC_CIBW_LINUX_BUILD }}
103103 - name : Show package contents
You can’t perform that action at this time.
0 commit comments