Skip to content

Commit 5fa4e28

Browse files
authored
Merge pull request #16 from HideakiImamura/fix-pypi-publish
Fix pypi publish
2 parents 27e8aec + 26e1037 commit 5fa4e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Output dependency tree
4646
run: |
4747
uv pip install pipdeptree
48-
pipdeptree
48+
uv run pipdeptree
4949
5050
- name: Change the version file for scheduled TestPyPI upload
5151
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)