Skip to content

Commit 0815c8c

Browse files
dist doesn't exists before the build
1 parent 9cde724 commit 0815c8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- name: Install pypa/build
1717
run: >-
1818
python3 -m pip install --user build twine --upgrade
19-
- name: Check what's in dist
20-
run: ls -la dist/
2119
- name: Build a binary wheel and a source tarball
2220
run: python3 -m build
2321
- name: Check what's in dist

0 commit comments

Comments
 (0)