We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edc871 commit 6a51d5aCopy full SHA for 6a51d5a
1 file changed
.github/workflows/Test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Install dependencies
43
run: |
44
- python -m pip install --upgrade pip build setuptools wheel numpy meson ninja
+ python -m pip install --upgrade pip build setuptools wheel numpy meson ninja twine
45
pip install . pytest pytest-md pytest-emoji
46
47
- name: Run pytest
@@ -57,6 +57,9 @@ jobs:
57
- name: Build wheel
58
run: python -m build --wheel --outdir wheels
59
60
+ - name: Check twine
61
+ run: python -m twine check wheels/*
62
+
63
- name: Upload wheel artifact
64
uses: actions/upload-artifact@v4.6.2
65
with:
0 commit comments