◐ Shell
clean mode source ↗

chore: bump the actions group with 2 updates by dependabot[bot] · Pull Request #222 · pybind/python_example

Expand Up @@ -27,7 +27,7 @@ jobs: - name: Check metadata run: pipx run twine check dist/*
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6 with: name: cibw-sdist path: dist/*.tar.gz Expand All @@ -53,7 +53,7 @@ jobs: shell: bash
- name: Upload wheels uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6 with: name: cibw-wheels-${{ matrix.os }} path: wheelhouse/*.whl Expand All @@ -70,7 +70,7 @@ jobs: with: python-version: "3.x"
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7 with: pattern: cibw-* path: dist Expand Down