Skip to content

Commit

Permalink
Fix bug in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
maweigert committed Aug 6, 2024
1 parent bf23d03 commit 8c4c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: bash
run: |
ls -l dist
test -f "dist/stardist-napari-${{ github.ref_name }}.tar.gz"
test -f "dist/stardist_napari-${{ github.ref_name }}.tar.gz"
test -f "dist/stardist_napari-${{ github.ref_name }}-py3-none-any.whl"
- name: Publish to PyPI
Expand Down

0 comments on commit 8c4c5d2

Please sign in to comment.