We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f7982 commit 375a1c9Copy full SHA for 375a1c9
1 file changed
.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 tpcav/*.py scripts/*.py test/*.py
+ run: python -m py_compile seqchromloader/*.py test/*.py
65
66
- name: Twine check
67
run: python -m twine check --strict dist/*
0 commit comments