We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0822c06 commit 9cde724Copy full SHA for 9cde724
.github/workflows/main.yml
@@ -15,13 +15,13 @@ jobs:
15
uses: actions/setup-python@v5
16
- name: Install pypa/build
17
run: >-
18
- python3 -m pip install --user
19
- build
20
- twine --upgrade
+ python3 -m pip install --user build twine --upgrade
+ - name: Check what's in dist
+ run: ls -la dist/
21
- name: Build a binary wheel and a source tarball
22
run: python3 -m build
23
- - name: Check the twine version
24
- run: twine --version
25
- name: Check the distribution files with `twine`
26
run: twine check --strict dist/*
27
- name: Upload artifact
0 commit comments