Skip to content

Commit ae230d1

Browse files
authored
Merge pull request #1144 from astropy/dependabot/github_actions/dot-github/workflows/actions-8264a15060
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /.github/workflows in the actions group
2 parents 8e8cac5 + 7dafa20 commit ae230d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
3232
CIBW_SKIP: pp*
3333

34-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
34+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3535
with:
3636
name: wheels-${{ matrix.os }}
3737
path: ./wheelhouse/*.whl

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deps =
5353
# The following indicates which extras_require from setup.cfg will be installed
5454
extras =
5555
test
56-
alldeps: all
56+
alldeps: docs
5757

5858
commands =
5959
pip freeze

0 commit comments

Comments
 (0)