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