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 4c1367b commit ce0dd60Copy full SHA for ce0dd60
.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@v3
+ - uses: actions/upload-artifact@v4
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
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
61
steps:
62
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
63
64
name: artifact
65
path: dist
0 commit comments