We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5816569 commit 07393aeCopy full SHA for 07393ae
2 files changed
.github/workflows/documentation.yml
@@ -102,6 +102,6 @@ jobs:
102
exit 1
103
fi
104
105
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
106
with:
107
path: ./dist/**
.github/workflows/wheels-any.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: build wheel
25
run: python -m pip wheel .
26
27
28
29
path: ./sphinx_runpython*.whl
0 commit comments