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 df31b18 commit 52a17bdCopy full SHA for 52a17bd
.github/workflows/build.yml
@@ -19,10 +19,13 @@ jobs:
19
python-version: "3.10"
20
- name: 🏗 Install build dependencies
21
run: >-
22
- python -m pip install wheel build --user
+ python -m pip install wheel build twine --user
23
- name: 🔨 Build a binary wheel and a source tarball
24
25
python -m build
26
+ - name: 🧪 Check that twine is happy with it
27
+ run: >-
28
+ twine check --strict dist/*
29
- name: ⬆ Upload build result
30
uses: actions/upload-artifact@v4
31
with:
0 commit comments