We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fc9f7 commit f109d79Copy full SHA for f109d79
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
pip install -U wheel setuptools
38
python setup.py bdist_wheel -d wheelhouse
39
40
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
41
with:
42
path: wheelhouse/*.whl
43
@@ -50,7 +50,7 @@ jobs:
50
- name: Build sdist
51
run: python setup.py sdist -d dist
52
53
54
55
path: dist/*.tar.gz
56
0 commit comments