Merge pull request #1988 from KLayout/bugfix/issue-1987

Bugfix/issue 1987
This commit is contained in:
Matthias Köfferlein
2025-02-23 19:10:08 +01:00
committed by GitHub
28 changed files with 375 additions and 1240 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ jobs:
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
ls -la $HOST_CCACHE_DIR
ccache -s
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
@@ -90,7 +90,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz