Skip to content

Commit 9cde724

Browse files
Check what's in dist
1 parent 0822c06 commit 9cde724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
uses: actions/setup-python@v5
1616
- name: Install pypa/build
1717
run: >-
18-
python3 -m pip install --user
19-
build
20-
twine --upgrade
18+
python3 -m pip install --user build twine --upgrade
19+
- name: Check what's in dist
20+
run: ls -la dist/
2121
- name: Build a binary wheel and a source tarball
2222
run: python3 -m build
23-
- name: Check the twine version
24-
run: twine --version
23+
- name: Check what's in dist
24+
run: ls -la dist/
2525
- name: Check the distribution files with `twine`
2626
run: twine check --strict dist/*
2727
- name: Upload artifact

0 commit comments

Comments
 (0)