fix(pypi-release): fix publishing workflow (#191)

This commit is contained in:
Enno Hermann 2024-12-04 10:53:29 +01:00 committed by GitHub
parent 48ad1daabe
commit 8241d55e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: dist
pattern: build
path: "dist/"
name: build
- run: |
ls -lh dist/
- name: Publish package distributions to PyPI