We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0222a96 commit 1305ea0Copy full SHA for 1305ea0
.github/workflows/build.yml
@@ -18,6 +18,6 @@ jobs:
18
run: pip install build
19
- name: Build wheel and sdist
20
run: python -m build --sdist --wheel
21
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
22
with:
23
path: dist/*
0 commit comments