Skip to content

Commit

Permalink
fix(pypi-release): fix publishing workflow (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard authored Dec 4, 2024
1 parent 48ad1da commit 8241d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8241d55

Please sign in to comment.