Skip to content

Commit

Permalink
Merge pull request #192 from idiap/dev
Browse files Browse the repository at this point in the history
fix(pypi-release): fix publishing workflow (#191)
  • Loading branch information
eginhard authored Dec 4, 2024
2 parents 9ab0f1f + 8241d55 commit b043321
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 b043321

Please sign in to comment.