Skip to content

Commit acb6f79

Browse files
committed
update: check-routine
1 parent 2f83645 commit acb6f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
python3 setup.py sdist bdist_wheel
2323
- name: Publish package to PyPI
2424
run: |
25+
python3 -m twine check dist/*
2526
python3 -m twine upload dist/*
2627
env:
2728
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)