Skip to content

Commit 8c30ac6

Browse files
authored
Update python-publish.yml
1 parent df9bffe commit 8c30ac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Build release distributions
2121
run: |
2222
pip3 install setuptools_rust
23-
python3 setup.py build test
23+
pytest
24+
python3 setup.py build
2425
2526
- name: Publish to Test PyPI
2627
run: |

0 commit comments

Comments
 (0)