We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5306905 commit e575c12Copy full SHA for e575c12
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
# python -m cibuildwheel --output-dir wheelhouse
51
env:
52
CIBW_SKIP: cp27-win*
53
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
54
with:
55
path: ./wheelhouse/Wikipedia*.whl
56
# name: wheel-${{ matrix.os }}-${{ matrix.python }}.whl
@@ -69,7 +69,7 @@ jobs:
69
- name: Build sdist
70
run: python setup.py sdist
71
72
73
74
path: dist/Wikipedia*.tar.gz
75
# name: sdist.tar.gz
0 commit comments