We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5d52e commit 623a92bCopy full SHA for 623a92b
2 files changed
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: "ubuntu-latest"
51
strategy:
52
matrix:
53
- toxenv: ["build", "precommit", "typing", "docs"]
+ toxenv: ["precommit", "typing", "docs"]
54
env:
55
TOXENV: ${{ matrix.toxenv }}
56
tox.ini
@@ -70,15 +70,3 @@ deps =
70
commands =
71
sphinx-build -d "{toxworkdir}/docs_doctree" "{toxinidir}/docs" \
72
"{toxinidir}/docs/_output" {posargs: -j auto --color -bhtml}
73
-
74
-[testenv:build]
75
-description = Build a wheel and source distribution
76
-skip_install = True
77
-deps =
78
- build
79
- twine
80
-commands =
81
- python -c "from pathlib import Path; \
82
- [x.unlink(missing_ok=True) for x in Path('{toxinidir}/dist').glob('*')]"
83
- python -m build -o {toxinidir}/dist {toxinidir}
84
- twine check {toxinidir}/dist/*
0 commit comments