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 54f674f7a9
commit 85935ffb37
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