diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 95638ea2e..7e9bacb82 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -31,7 +31,7 @@ jobs: CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11" CIBW_SKIP: pp* - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: wheels-${{ matrix.os }} path: ./wheelhouse/*.whl diff --git a/tox.ini b/tox.ini index 0d2ee9226..d624a61c9 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ deps = # The following indicates which extras_require from setup.cfg will be installed extras = test - alldeps: all + alldeps: docs commands = pip freeze