1
0

Nuke the tox packaging job

It only checked the manifest, and there is no manifest any more.
This commit is contained in:
David Robertson
2022-02-21 18:45:17 +00:00
parent 8a519f8abc
commit 6e7b4ec67d
3 changed files with 3 additions and 15 deletions

View File

@@ -27,7 +27,6 @@ jobs:
- "check_codestyle"
- "check_isort"
- "mypy"
- "packaging"
steps:
- uses: actions/checkout@v2