deprecated version of actions/upload-artifact, upgrade to v4
This commit is contained in:
parent
ef67e14ee7
commit
af6622492a
6
.github/workflows/pypi-deploy.yml
vendored
6
.github/workflows/pypi-deploy.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Prepare wheel build
|
- name: Prepare wheel build
|
||||||
run: make -C python/ setup
|
run: make -C python/ setup
|
||||||
- name: Store wheel configuration files
|
- name: Store wheel configuration files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: wheel-config
|
name: wheel-config
|
||||||
path: python/
|
path: python/
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
# env:
|
# env:
|
||||||
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
|
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
|
||||||
- name: Store binary wheels
|
- name: Store binary wheels
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: binary-wheels
|
name: binary-wheels
|
||||||
path: python/wheelhouse/*.whl
|
path: python/wheelhouse/*.whl
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
run: python setup.py sdist
|
run: python setup.py sdist
|
||||||
working-directory: python/
|
working-directory: python/
|
||||||
- name: Store source wheels
|
- name: Store source wheels
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: python/dist/*.tar.gz
|
path: python/dist/*.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user