Maybe fixing Github action

This commit is contained in:
Matthias Koefferlein 2025-03-14 01:29:49 +01:00
parent ed809952c3
commit 82d2adeb05
1 changed files with 2 additions and 0 deletions

View File

@ -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