Skip to content

Commit e5c3d17

Browse files
committed
Update publish.yaml
1 parent 55f8826 commit e5c3d17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
with:
3636
name: python-package-distributions
3737
path: dist
38+
- run: ls -lah dist
3839
- uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0
42+
sparse-checkout: test
43+
- run: ls -lah dist
3944
- uses: actions/setup-python@v5
4045
with:
4146
python-version: 3.12

0 commit comments

Comments
 (0)