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 af9226e commit 8698486Copy full SHA for 8698486
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
43
- run: python setup.py sdist bdist_wheel
44
- run: python -m twine check dist/*
45
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
46
with:
47
path: dist/*
48
0 commit comments