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 d9b3a7a + 270e484 commit 106138eCopy full SHA for 106138e
.github/workflows/docs_builder.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build documentation
47
run: mkdocs build -f docs/mkdocs.yml
48
49
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
50
if: ${{ github.event_name == 'pull_request' }}
51
with:
52
name: docs
.github/workflows/wheel.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build a binary wheel and a source tarball
36
run: python -m build .
37
38
39
40
name: python_wheel
41
path: dist/*
0 commit comments