Skip to content

Commit 623a92b

Browse files
committed
Remove old tox publishing env
1 parent eb5d52e commit 623a92b

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: "ubuntu-latest"
5151
strategy:
5252
matrix:
53-
toxenv: ["build", "precommit", "typing", "docs"]
53+
toxenv: ["precommit", "typing", "docs"]
5454
env:
5555
TOXENV: ${{ matrix.toxenv }}
5656

tox.ini

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,3 @@ deps =
7070
commands =
7171
sphinx-build -d "{toxworkdir}/docs_doctree" "{toxinidir}/docs" \
7272
"{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

Comments
 (0)