We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e998d30 commit e89fc68Copy full SHA for e89fc68
.github/workflows/wheels.yml
@@ -148,11 +148,9 @@ jobs:
148
149
- name: Update LICENSE for binary distrobution
150
run: |
151
- mkdir working
152
- cd working
153
tar -xvf ../dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154
- cat ${{ github.workspace }}/tools/wheels/LICENSE_binary.txt >> LICENSE/LICENSE
155
- tar -cvf ../dist/${{ needs.build_sdist.outputs.SDIST_NAME }} working
+ cat ${{ github.workspace }}/tools/wheels/LICENSE_binary.txt >> matplotlib*/LICENSE/LICENSE
+ tar -cvf ../dist/${{ needs.build_sdist.outputs.SDIST_NAME }} matplotlib*
156
157
- name: Build wheels for CPython 3.14
158
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
0 commit comments