We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e876d7 commit 1731fbeCopy full SHA for 1731fbe
1 file changed
tox.ini
@@ -24,7 +24,7 @@ commands =
24
[testenv:release]
25
skip_install = True
26
deps =
27
- pep517>=0.5
+ build
28
twine[keyring]>=1.13
29
path
30
jaraco.develop>=7.1
@@ -35,6 +35,6 @@ setenv =
35
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
36
commands =
37
python -c "import path; path.Path('dist').rmtree_p()"
38
- python -m pep517.build .
+ python -m build
39
python -m twine upload dist/*
40
python -m jaraco.develop.create-github-release
0 commit comments