Skip to content

Commit 6a51d5a

Browse files
authored
Check twine after building the package (#51)
1 parent 3edc871 commit 6a51d5a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Install dependencies
4343
run: |
44-
python -m pip install --upgrade pip build setuptools wheel numpy meson ninja
44+
python -m pip install --upgrade pip build setuptools wheel numpy meson ninja twine
4545
pip install . pytest pytest-md pytest-emoji
4646
4747
- name: Run pytest
@@ -57,6 +57,9 @@ jobs:
5757
- name: Build wheel
5858
run: python -m build --wheel --outdir wheels
5959

60+
- name: Check twine
61+
run: python -m twine check wheels/*
62+
6063
- name: Upload wheel artifact
6164
uses: actions/upload-artifact@v4.6.2
6265
with:

0 commit comments

Comments
 (0)