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 97db3c5 + cc4ad09 commit 3275f94Copy full SHA for 3275f94
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
run: python -m pip install build
22
- name: Build sdist
23
run: python -m build --sdist --wheel --outdir dist/ .
24
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
25
with:
26
path: dist/*
27
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
33
steps:
34
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
35
36
name: artifact
37
path: dist
0 commit comments