mirror of https://github.com/KLayout/klayout.git
Maybe fixing Github action
This commit is contained in:
parent
ed809952c3
commit
82d2adeb05
|
|
@ -106,6 +106,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@v1.12.4
|
||||
|
|
@ -122,6 +123,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@v1.12.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue