Skip to content

Commit 02dea9b

Browse files
committed
fix CI
1 parent c08d3db commit 02dea9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
25-
twine check --strict dist/*
2625
- name: Build package
27-
run: python -m build
26+
run: |
27+
python -m build
28+
twine check --strict dist/*
2829
- name: Publish package
2930
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3031
with:

0 commit comments

Comments
 (0)