mirror of https://github.com/KLayout/klayout.git
Reverting to upload-artefacts v3 (see https://github.com/actions/upload-artifact/issues/493)
This commit is contained in:
parent
b0b2ec875b
commit
028a338c4b
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
|
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
|
||||||
ls -la $HOST_CCACHE_DIR
|
ls -la $HOST_CCACHE_DIR
|
||||||
ccache -s
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
|
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
- name: Build SDist
|
- name: Build SDist
|
||||||
run: pipx run build --sdist
|
run: pipx run build --sdist
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist/*.tar.gz
|
path: dist/*.tar.gz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue