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 5fb4865 commit bd2ebb2Copy full SHA for bd2ebb2
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
linux: "python setup.py sdist"
25
macos: "python setup.py bdist_wheel"
26
windows: "python setup.py bdist_wheel"
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
28
with:
29
name: dist
30
path: dist
@@ -58,7 +58,7 @@ jobs:
58
python-versions: "cp39-cp39 cp310-cp310 cp311-cp311"
59
- name: "Remove non-compatible packages"
60
run: "sudo rm dist/*linux_x86_64.whl\n"
61
62
63
64
0 commit comments