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.
2 parents 8e8cac5 + 7dafa20 commit ae230d1Copy full SHA for ae230d1
2 files changed
.github/workflows/wheels.yaml
@@ -31,7 +31,7 @@ jobs:
31
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
32
CIBW_SKIP: pp*
33
34
- - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
35
with:
36
name: wheels-${{ matrix.os }}
37
path: ./wheelhouse/*.whl
tox.ini
@@ -53,7 +53,7 @@ deps =
53
# The following indicates which extras_require from setup.cfg will be installed
54
extras =
55
test
56
- alldeps: all
+ alldeps: docs
57
58
commands =
59
pip freeze
0 commit comments