Skip to content

Commit 5532b88

Browse files
authored
Merge pull request #6 from anurag03/workflow_update4
Adding workflow
2 parents eddb03c + a98609c commit 5532b88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
with:
2121
python-version: '3.11'
2222

23+
24+
- name: List files for debug
25+
run: ls -l
26+
2327
- name: Install dependencies
2428
run: |
2529
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)