Skip to content

Commit c723bfa

Browse files
committed
fix python publish action
1 parent 48e40f7 commit c723bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
if: startsWith(github.ref, 'refs/tags/')
3737
with:
3838
files: |
39-
_dist/**
39+
dist/**
4040

0 commit comments

Comments
 (0)