Skip to content

Commit 369710b

Browse files
chore: increase verbosity for twine upload to debug
1 parent 360d6d1 commit 369710b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ allowlist_externals =
4848
[testenv:pypi]
4949
skip_install = true
5050
deps =
51+
build
5152
twine
52-
setuptools>=43
53-
setuptools_scm[toml]>=3.4
5453
wheel
5554
commands =
56-
python setup.py sdist bdist_wheel
55+
python -m build
5756
bash repack_wheel.sh
58-
twine upload --skip-existing dist/*
57+
twine upload --verbose --skip-existing dist/*
5958
allowlist_externals =
6059
bash
6160

0 commit comments

Comments
 (0)