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.
1 parent aad2e9f commit 277f8a6Copy full SHA for 277f8a6
1 file changed
.github/workflows/pypi.yaml
@@ -19,7 +19,7 @@ jobs:
19
run: pipx run build --sdist
20
- name: Check metadata
21
run: pipx run twine check dist/*
22
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
23
with:
24
name: cibw-sdist
25
path: dist/*.tar.gz
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/setup-python@v6
36
37
python-version: "3.x"
38
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
39
40
pattern: cibw-*
41
path: dist
0 commit comments