We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7771a commit 2ce5884Copy full SHA for 2ce5884
.github/workflows/wheels.yml
@@ -19,7 +19,7 @@ jobs:
19
run: python -m pip install --upgrade setuptools wheel
20
- name: Build wheels
21
run: python setup.py bdist_wheel
22
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
23
with:
24
name: dist
25
path: dist
0 commit comments