We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b45ade + 15ff998 commit ab4c690Copy full SHA for ab4c690
.github/workflows/python-wheels-emulated.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
output-dir: dist
81
82
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
83
id: build_wheels
84
85
name: python-wheels-${{runner.os}}_${{inputs.arch}}
.github/workflows/python-wheels.yml
@@ -36,7 +36,7 @@ jobs:
36
python -m pip install -U pip setuptools
37
python setup.py sdist
38
39
40
41
42
name: python-wheels-sdist
0 commit comments