We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375a1c9 commit c7cdbe7Copy full SHA for c7cdbe7
.github/workflows/python-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
run: python -m build --sdist --wheel --outdir dist/
62
63
- name: Python compile check
64
- run: python -m py_compile seqchromloader/*.py test/*.py
+ run: python -m py_compile seqchromloader/*.py tests/*.py
65
66
- name: Twine check
67
run: python -m twine check --strict dist/*
0 commit comments