We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449570b commit ef5845cCopy full SHA for ef5845c
.github/workflows/python-publish.yml
@@ -47,7 +47,7 @@ jobs:
47
pip install dist/*.tar.gz
48
rm -rf dist
49
- name: Test installed SDist
50
- run: pytest ./test
+ run: pytest test/*
51
52
upload:
53
name: Upload to PyPI
0 commit comments