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 728877a commit c5e74d6Copy full SHA for c5e74d6
.github/workflows/ci.yml
@@ -97,8 +97,8 @@ jobs:
97
uses: actions/upload-artifact@v3
98
if: failure()
99
with:
100
- name: "python-${{ matrix.python }}-pybind-${{ matrix.pybind11-branch }}.patch"
101
- path: "./tests/stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11-branch }}.patch"
+ name: "python-${{ matrix.python }}-pybind-${{ matrix.pybind11-branch }}-${{ matrix.numpy-format }}.patch"
+ path: "./tests/stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11-branch }}/${{ matrix.numpy-format }}.patch"
102
retention-days: 30
103
if-no-files-found: ignore
104
0 commit comments