Revert "Bump actions/upload-artifact from 3 to 4"
This reverts commit ee33c6dd8c94e5dacf68049c2493172fcb8c9384.
This commit is contained in:
parent
492db147a3
commit
a778cbe200
6
.github/workflows/wheels.yml
vendored
6
.github/workflows/wheels.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Build source distribution and pure-python wheel
|
||||
run: |
|
||||
python setup.py sdist bdist_wheel
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: |
|
||||
dist/*.whl
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
env:
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
env:
|
||||
CIBW_BUILD: cp${{ matrix.python }}-*
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user