Skip to content

Commit 38a61ba

Browse files
committed
Check build separately
1 parent cddf253 commit 38a61ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
- name: Show Python version
2626
run: python --version
2727

28-
- name: Install Python package dependencies
28+
- name: Check build
2929
run: |
3030
python -m pip install build twine
3131
python -m build
3232
twine check --strict dist/*
33+
3334
- name: Publish package distributions to PyPI
3435
uses: pypa/gh-action-pypi-publish@release/v1
3536
with:

0 commit comments

Comments
 (0)