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 a3ea0ff commit a35c411Copy full SHA for a35c411
.github/workflows/pydevd-release-manylinux.yml
@@ -35,7 +35,7 @@ jobs:
35
CIBW_SKIP: pp* cp36-* cp37-*
36
CIBW_BUILD_VERBOSITY: 1
37
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
with:
40
path: ./wheelhouse/*.whl
41
.github/workflows/pydevd-release.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Create sdist
48
run: python setup.py sdist bdist_wheel
49
50
51
52
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
53
path: dist/*
0 commit comments